diff options
Diffstat (limited to 'lib/efl/native/elm/elm_list.rb')
-rw-r--r-- | lib/efl/native/elm/elm_list.rb | 8 |
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 8fcbecd..5015417 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_always_select_mode_set(Evas_Object *obj, Eina_Bool always_select); - [ :elm_list_always_select_mode_set, [ :evas_object, :bool ], :void ], - # EAPI Eina_Bool elm_list_always_select_mode_get(const Evas_Object *obj); - [ :elm_list_always_select_mode_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_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); |