projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452254e
)
Elm photocam: Fix eo type errors.
author
Tom Hacohen
<tom@stosb.com>
Tue, 19 Apr 2016 15:03:34 +0000
(16:03 +0100)
committer
Tom Hacohen
<tom@stosb.com>
Tue, 19 Apr 2016 16:15:28 +0000
(17:15 +0100)
src/lib/elementary/elm_photocam.eo
patch
|
blob
|
history
diff --git
a/src/lib/elementary/elm_photocam.eo
b/src/lib/elementary/elm_photocam.eo
index 4537630c942ae594f2ab666e3b547fdc997514cc..117903577d52a340427ce2a3714a764445f772e7 100644
(file)
--- a/
src/lib/elementary/elm_photocam.eo
+++ b/
src/lib/elementary/elm_photocam.eo
@@
-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.
]]