summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_gengrid.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-29 12:01:33 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-29 12:01:33 +0100
commit8eb12c08d263e4f1ce0cd434d5eebc4c26afe68e (patch)
treeb07b1b724d9638f6c9e82f8a5727d6820d033964 /lib/efl/native/elm/elm_gengrid.rb
parent4ff4320c5dd6b05a3e78b2b020a27143af4c8bc7 (diff)
downloadffi-efl-8eb12c08d263e4f1ce0cd434d5eebc4c26afe68e.zip
ffi-efl-8eb12c08d263e4f1ce0cd434d5eebc4c26afe68e.tar.gz
elm_calendar, elm_gengrid: update API
Diffstat (limited to 'lib/efl/native/elm/elm_gengrid.rb')
-rw-r--r--lib/efl/native/elm/elm_gengrid.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/native/elm/elm_gengrid.rb b/lib/efl/native/elm/elm_gengrid.rb
index df79e26..5711177 100644
--- a/lib/efl/native/elm/elm_gengrid.rb
+++ b/lib/efl/native/elm/elm_gengrid.rb
@@ -119,8 +119,8 @@ module Efl
[ :elm_gengrid_item_update, [ :elm_object_item ], :void ],
# EAPI const Elm_Gengrid_Item_Class *elm_gengrid_item_item_class_get(const Elm_Object_Item *it);
[ :elm_gengrid_item_item_class_get, [ :elm_object_item ], :elm_gengrid_item_class ],
- # EAPI void elm_gengrid_item_item_class_set(Elm_Object_Item *it, const Elm_Gengrid_Item_Class *gic);
- [ :elm_gengrid_item_item_class_set, [ :elm_object_item, :elm_gengrid_item_class ], :void ],
+ # EAPI void elm_gengrid_item_item_class_update(Elm_Object_Item *it, const Elm_Gengrid_Item_Class *gic);
+ [ :elm_gengrid_item_item_class_update, [ :elm_object_item, :elm_gengrid_item_class ], :void ],
# EAPI void elm_gengrid_item_pos_get(const Elm_Object_Item *it, unsigned int *x, unsigned int *y);
[ :elm_gengrid_item_pos_get, [ :elm_object_item, :pointer, :pointer ], :void ],
# EAPI void elm_gengrid_item_selected_set(Elm_Object_Item *it, Eina_Bool selected);