Evas image orient: Fix namespacing to use . and not _.
authorTom Hacohen <tom@stosb.com>
Thu, 12 May 2016 11:20:07 +0000 (12:20 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 12 May 2016 11:20:34 +0000 (12:20 +0100)
src/lib/elementary/elm_photocam.eo
src/lib/evas/canvas/evas_types.eot

index 2c06a01..09191fd 100644 (file)
@@ -165,7 +165,7 @@ class Elm.Photocam (Elm.Widget, Elm.Interface_Scrollable,
             ]]
          }
          values {
-            orient: Evas.Image_Orient; [[The photocam image orientation
+            orient: Evas.Image.Orient; [[The photocam image orientation
                                          \@ref Evas_Image_Orient. Default is
                                          #EVAS_IMAGE_ORIENT_NONE.
                                        ]]
index ab582ce..0c95385 100644 (file)
@@ -230,7 +230,7 @@ enum Evas.Callback_Type
    last [[kept as last element/sentinel -- not really an event]]
 }
 
-enum Evas.Image_Orient
+enum Evas.Image.Orient
 {
    [[Possible orientation options for evas_object_image_orient_set().
      @since 1.14]]