From 3c4b776eca52ed170fa599ec125366a9ee7f2bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 8 Mar 2012 08:04:15 +0100 Subject: update elm_genlist API --- lib/efl/native/elm/elm_genlist.rb | 4 ++-- 1 file 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); -- cgit v1.1-2-g2b99