diff options
Diffstat (limited to 'lib/efl/native/elm/elm_cursor.rb')
-rw-r--r-- | lib/efl/native/elm/elm_cursor.rb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/efl/native/elm/elm_cursor.rb b/lib/efl/native/elm/elm_cursor.rb index 1a0b6fe..c3d8703 100644 --- a/lib/efl/native/elm/elm_cursor.rb +++ b/lib/efl/native/elm/elm_cursor.rb @@ -33,14 +33,10 @@ module Efl [ :elm_object_cursor_style_set, [ :evas_object, :string ], :void ], # EAPI const char *elm_object_cursor_style_get(const Evas_Object *obj); [ :elm_object_cursor_style_get, [ :evas_object ], :string ], - # EAPI void elm_object_cursor_engine_only_set(Evas_Object *obj, Eina_Bool engine_only); - [ :elm_object_cursor_engine_only_set, [ :evas_object, :bool ], :void ], - # EAPI Eina_Bool elm_object_cursor_engine_only_get(const Evas_Object *obj); - [ :elm_object_cursor_engine_only_get, [ :evas_object ], :bool ], - # EAPI int elm_cursor_engine_only_get(void); - [ :elm_cursor_engine_only_get, [ ], :int ], - # EAPI Eina_Bool elm_cursor_engine_only_set(int engine_only); - [ :elm_cursor_engine_only_set, [ :int ], :bool ], + # EAPI void elm_object_cursor_theme_search_enabled_set(Evas_Object *obj, Eina_Bool theme_search); + [ :elm_object_cursor_theme_search_enabled_set, [ :evas_object, :bool ], :void ], + # EAPI Eina_Bool elm_object_cursor_theme_search_enabled_get(const Evas_Object *obj); + [ :elm_object_cursor_theme_search_enabled_get, [ :evas_object ], :bool ], ] # attach_fcts fcts |