Elm photocam: Fix eo type errors.

This commit is contained in:
Tom Hacohen 2016-04-19 16:03:34 +01:00
parent 452254e5ec
commit 80310b1cbe
1 changed files with 3 additions and 1 deletions

View 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.
]]