summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_cursor.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:29:47 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:29:47 +0100
commit71e3a0bc514fbd28fe9600448c40b7bb53627378 (patch)
tree681d52aad0044ac852b520c0141ed57a3e3d567c /lib/efl/native/elm/elm_cursor.rb
parent3fce398a3e2b7a1cd231223abea6961a4cbf8ea9 (diff)
downloadffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.zip
ffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.tar.gz
update elm API
Diffstat (limited to 'lib/efl/native/elm/elm_cursor.rb')
-rw-r--r--lib/efl/native/elm/elm_cursor.rb12
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