diff options
-rw-r--r-- | lib/efl/native/ecore_evas.rb | 4 | ||||
-rw-r--r-- | lib/efl/native/elm/elm_photocam.rb | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/efl/native/ecore_evas.rb b/lib/efl/native/ecore_evas.rb index ac1ddf2..a005b4d 100644 --- a/lib/efl/native/ecore_evas.rb +++ b/lib/efl/native/ecore_evas.rb @@ -323,8 +323,8 @@ module Efl [ :ecore_evas_software_wince_gdi_new, [ :ecore_wince_window, :int, :int, :int, :int ], :ecore_evas ], # EAPI Ecore_WinCE_Window *ecore_evas_software_wince_window_get(const Ecore_Evas *ee); [ :ecore_evas_software_wince_window_get, [ :ecore_evas ], :ecore_wince_window ], - # EAPI Ecore_Evas *ecore_evas_cocoa_new(Ecore_Cocoa_Window *parent, int x, int y, int w, int h); - # FIXME + # EAPI Ecore_Evas *ecore_evas_cocoa_new(Ecore_Cocoa_Window *parent, int x, int y, int w, int h); + [ :ecore_evas_cocoa_new, [ :ecore_cocoa_window, :int, :int, :int, :int ], :ecore_evas ], # EAPI Ecore_Evas *ecore_evas_psl1ght_new(const char* name, int w, int h); [ :ecore_evas_psl1ght_new, [ :pointer, :int, :int ], :ecore_evas ], # EAPI const char *ecore_evas_engine_name_get(const Ecore_Evas *ee); 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 |