Evas image orient: Fix namespacing to use . and not _.

This commit is contained in:
Tom Hacohen 2016-05-12 12:20:07 +01:00
parent 1e61025c17
commit b7cf001c31
2 changed files with 2 additions and 2 deletions

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

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