summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_genlist.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-04 08:08:20 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-04 08:08:20 +0200
commitcf8be94835ba2e4f2aba1f448209cf7e9d3e93e3 (patch)
tree785706a312a17cc54dc6f168050a8bf2f7818234 /lib/efl/native/elm/elm_genlist.rb
parentb0c5fce9347b087b07bfffc290366dafd0ea9ba3 (diff)
downloadffi-efl-cf8be94835ba2e4f2aba1f448209cf7e9d3e93e3.zip
ffi-efl-cf8be94835ba2e4f2aba1f448209cf7e9d3e93e3.tar.gz
update elm
Diffstat (limited to 'lib/efl/native/elm/elm_genlist.rb')
-rw-r--r--lib/efl/native/elm/elm_genlist.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/elm/elm_genlist.rb b/lib/efl/native/elm/elm_genlist.rb
index 1208dc6..8e40f60 100644
--- a/lib/efl/native/elm/elm_genlist.rb
+++ b/lib/efl/native/elm/elm_genlist.rb
@@ -186,7 +186,7 @@ module Efl
[ :elm_genlist_item_demote, [ :elm_object_item ], :void ],
# EAPI void elm_genlist_item_fields_update(Elm_Object_Item *it, const char *parts, Elm_Genlist_Item_Field_Type itf);
[ :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);
+ # EAPI void elm_genlist_item_decorate_mode_set(Elm_Object_Item *it, const char *decorate_it_type, Eina_Bool decorate_it_set);
[ :elm_genlist_item_decorate_mode_set, [ :elm_object_item, :string, :bool ], :void ],
# EAPI const char *elm_genlist_item_decorate_mode_get(const Elm_Object_Item *it);
[ :elm_genlist_item_decorate_mode_get, [ :elm_object_item ], :string ],