Elm photocam: Fix eo type errors.
authorTom Hacohen <tom@stosb.com>
Tue, 19 Apr 2016 15:03:34 +0000 (16:03 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 19 Apr 2016 16:15:28 +0000 (17:15 +0100)
src/lib/elementary/elm_photocam.eo

index 4537630c942ae594f2ab666e3b547fdc997514cc..117903577d52a340427ce2a3714a764445f772e7 100644 (file)
@@ -1,3 +1,5 @@
+import evas_types;
+
 enum Elm.Photocam.Zoom_Mode
 {
    [[Types of zoom available.]]
@@ -163,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.
                                        ]]