summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-05-12 12:20:07 +0100
committerTom Hacohen <tom@stosb.com>2016-05-12 12:20:34 +0100
commitb7cf001c31450e9e9ea18676bb5c498352852373 (patch)
tree296560949bc51afa1d694f07cb17cf1cd17b5e13
parent1e61025c17e1b20551940ba5e80564ce726c051d (diff)
downloadefl-b7cf001c31450e9e9ea18676bb5c498352852373.tar.gz
Evas image orient: Fix namespacing to use . and not _.
-rw-r--r--src/lib/elementary/elm_photocam.eo2
-rw-r--r--src/lib/evas/canvas/evas_types.eot2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_photocam.eo b/src/lib/elementary/elm_photocam.eo
index 2c06a01d3d..09191fd80b 100644
--- a/src/lib/elementary/elm_photocam.eo
+++ b/src/lib/elementary/elm_photocam.eo
@@ -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.
]]
diff --git a/src/lib/evas/canvas/evas_types.eot b/src/lib/evas/canvas/evas_types.eot
index ab582ceaa6..0c95385424 100644
--- a/src/lib/evas/canvas/evas_types.eot
+++ b/src/lib/evas/canvas/evas_types.eot
@@ -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]]