summaryrefslogtreecommitdiffstats
path: root/lib/efl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl')
-rw-r--r--lib/efl/native/elm/elm_genlist.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/native/elm/elm_genlist.rb b/lib/efl/native/elm/elm_genlist.rb
index e616de5..bec6e1b 100644
--- a/lib/efl/native/elm/elm_genlist.rb
+++ b/lib/efl/native/elm/elm_genlist.rb
@@ -191,8 +191,8 @@ module Efl
[ :elm_genlist_item_fields_update, [ :elm_object_item, :string, :elm_genlist_item_field_type ], :void ],
# EAPI void elm_genlist_item_decorate_mode_set(Elm_Object_Item *it, const char *mode_type, Eina_Bool mode_set);
[ :elm_genlist_item_decorate_mode_set, [ :elm_object_item, :string, :bool ], :void ],
- # EAPI const char *elm_genlist_item_decorate_mode_get(const Evas_Object *obj);
- [ :elm_genlist_item_decorate_mode_get, [ :evas_object ], :string ],
+ # EAPI const char *elm_genlist_item_decorate_mode_get(const Elm_Object_Item *it);
+ [ :elm_genlist_item_decorate_mode_get, [ :elm_object_item ], :string ],
# EAPI const Elm_Object_Item *elm_genlist_decorated_item_get(const Evas_Object *obj);
[ :elm_genlist_decorated_item_get, [ :evas_object ], :elm_object_item ],
# EAPI void elm_genlist_reorder_mode_set(Evas_Object *obj, Eina_Bool reorder_mode);