diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-08 08:04:15 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-08 08:04:15 +0100 | 
| commit | 3c4b776eca52ed170fa599ec125366a9ee7f2bc5 (patch) | |
| tree | a3dd9edf009dfc3b989c91c2790c2ede8a758c2c /lib | |
| parent | 6be804878cc3405fb340930346387c9aed695d82 (diff) | |
| download | ffi-efl-3c4b776eca52ed170fa599ec125366a9ee7f2bc5.zip ffi-efl-3c4b776eca52ed170fa599ec125366a9ee7f2bc5.tar.gz | |
update elm_genlist API
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efl/native/elm/elm_genlist.rb | 4 | 
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); | 
