summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_list.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 23:51:17 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 23:51:17 +0100
commit6be804878cc3405fb340930346387c9aed695d82 (patch)
treeb1e649a020c60677941838c37b13347be051665e /lib/efl/native/elm/elm_list.rb
parentf74b1512aa56a07a0353ef3b1941dade693cf657 (diff)
downloadffi-efl-6be804878cc3405fb340930346387c9aed695d82.zip
ffi-efl-6be804878cc3405fb340930346387c9aed695d82.tar.gz
API update, loads
Diffstat (limited to 'lib/efl/native/elm/elm_list.rb')
-rw-r--r--lib/efl/native/elm/elm_list.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_list.rb b/lib/efl/native/elm/elm_list.rb
index 5015417..4042177 100644
--- a/lib/efl/native/elm/elm_list.rb
+++ b/lib/efl/native/elm/elm_list.rb
@@ -44,10 +44,10 @@ module Efl
[ :elm_list_horizontal_set, [ :evas_object, :bool ], :void ],
# EAPI Eina_Bool elm_list_horizontal_get(const Evas_Object *obj);
[ :elm_list_horizontal_get, [ :evas_object ], :bool ],
- # EAPI void elm_list_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode_Type mode);
- [ :elm_list_select_mode_set, [ :evas_object, :elm_object_select_mode_type ], :void ],
- # EAPI Elm_Object_Select_Mode_Type elm_list_select_mode_get(const Evas_Object *obj);
- [ :elm_list_select_mode_get, [ :evas_object ], :elm_object_select_mode_type ],
+ # EAPI void elm_list_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode mode);
+ [ :elm_list_select_mode_set, [ :evas_object, :elm_object_select_mode ], :void ],
+ # EAPI Elm_Object_Select_Mode elm_list_select_mode_get(const Evas_Object *obj);
+ [ :elm_list_select_mode_get, [ :evas_object ], :elm_object_select_mode ],
# EAPI void elm_list_bounce_set(Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce);
[ :elm_list_bounce_set, [ :evas_object, :bool, :bool ], :void ],
# EAPI void elm_list_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce);