diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-08 09:06:38 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-08 09:06:38 +0100 |
commit | 7d25e33cdffa2984544366a83b9f0014297267d8 (patch) | |
tree | b92dc3485bc3259a70ee85c6a393cc5aff39ac7f /lib/efl/native/elm/elm_photocam.rb | |
parent | 3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac (diff) | |
download | ffi-efl-7d25e33cdffa2984544366a83b9f0014297267d8.zip ffi-efl-7d25e33cdffa2984544366a83b9f0014297267d8.tar.gz |
regenerate, fixes 2 FIXME in ecore_evas and elm_photocam
Diffstat (limited to 'lib/efl/native/elm/elm_photocam.rb')
-rw-r--r-- | lib/efl/native/elm/elm_photocam.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_photocam.rb b/lib/efl/native/elm/elm_photocam.rb index 8cbe14c..66d27e7 100644 --- a/lib/efl/native/elm/elm_photocam.rb +++ b/lib/efl/native/elm/elm_photocam.rb @@ -60,10 +60,10 @@ 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_enabled_set(Evas_Object *obj, Eina_Bool gesture); - # FIXME - # EAPI Eina_Bool elm_photocam_gesture_enabled_get(const Evas_Object *obj); - # FIXME + # EAPI void elm_photocam_gesture_enabled_set(Evas_Object *obj, Eina_Bool gesture); + [ :elm_photocam_gesture_enabled_set, [ :evas_object, :bool ], :void ], + # EAPI Eina_Bool elm_photocam_gesture_enabled_get(const Evas_Object *obj); + [ :elm_photocam_gesture_enabled_get, [ :evas_object ], :bool ], ] # attach_fcts fcts |