diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 09:29:47 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 09:29:47 +0100 |
commit | 71e3a0bc514fbd28fe9600448c40b7bb53627378 (patch) | |
tree | 681d52aad0044ac852b520c0141ed57a3e3d567c /lib/efl/native/elm/elm_photocam.rb | |
parent | 3fce398a3e2b7a1cd231223abea6961a4cbf8ea9 (diff) | |
download | ffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.zip ffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.tar.gz |
update elm API
Diffstat (limited to 'lib/efl/native/elm/elm_photocam.rb')
-rw-r--r-- | lib/efl/native/elm/elm_photocam.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/native/elm/elm_photocam.rb b/lib/efl/native/elm/elm_photocam.rb index e553746..8cbe14c 100644 --- a/lib/efl/native/elm/elm_photocam.rb +++ b/lib/efl/native/elm/elm_photocam.rb @@ -60,9 +60,9 @@ module Efl [ :elm_photocam_bounce_set, [ :evas_object, :bool, :bool ], :void ], # EAPI void elm_photocam_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce); [ :elm_photocam_bounce_get, [ :evas_object, :pointer, :pointer ], :void ], - # EAPI void elm_photocam_gesture_set(Evas_Object *obj, Eina_Bool gesture); + # EAPI void elm_photocam_gesture_enabled_set(Evas_Object *obj, Eina_Bool gesture); # FIXME - # EAPI Eina_Bool elm_photocam_gesture_get(const Evas_Object *obj); + # EAPI Eina_Bool elm_photocam_gesture_enabled_get(const Evas_Object *obj); # FIXME ] # |