tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b7cf001c31450e9e9ea18676bb5c498352852373
commit b7cf001c31450e9e9ea18676bb5c498352852373 Author: Tom Hacohen <t...@stosb.com> Date: Thu May 12 12:20:07 2016 +0100 Evas image orient: Fix namespacing to use . and not _. --- src/lib/elementary/elm_photocam.eo | 2 +- src/lib/evas/canvas/evas_types.eot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/elm_photocam.eo b/src/lib/elementary/elm_photocam.eo index 2c06a01..09191fd 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 ab582ce..0c95385 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]] --