summaryrefslogtreecommitdiffstats
path: root/lib/efl/native
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 10:11:06 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 10:11:06 +0100
commit79ce89d543baee8044ee11a9a88046591470e8be (patch)
treed528f8873cae974f1dc2ecfd85f7064a3defc256 /lib/efl/native
parent33f196732f65c792c671ab47a7b619f4fb468420 (diff)
downloadffi-efl-79ce89d543baee8044ee11a9a88046591470e8be.zip
ffi-efl-79ce89d543baee8044ee11a9a88046591470e8be.tar.gz
elm_multibuttonentry: elm_multibuttonentry_item_filter_del -> elm_multibuttonentry_item_filter_remove
Diffstat (limited to 'lib/efl/native')
-rw-r--r--lib/efl/native/elm/elm_multibuttonentry.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/native/elm/elm_multibuttonentry.rb b/lib/efl/native/elm/elm_multibuttonentry.rb
index 2222b48..fcba47e 100644
--- a/lib/efl/native/elm/elm_multibuttonentry.rb
+++ b/lib/efl/native/elm/elm_multibuttonentry.rb
@@ -65,8 +65,8 @@ module Efl
[ :elm_multibuttonentry_item_filter_append, [ :evas_object, :elm_multibuttonentry_item_filter_cb, :pointer ], :void ],
# EAPI void elm_multibuttonentry_item_filter_prepend(Evas_Object *obj, Elm_Multibuttonentry_Item_Filter_Cb func, void *data);
[ :elm_multibuttonentry_item_filter_prepend, [ :evas_object, :elm_multibuttonentry_item_filter_cb, :pointer ], :void ],
- # EAPI void elm_multibuttonentry_item_filter_del(Evas_Object *obj, Elm_Multibuttonentry_Item_Filter_Cb func, void *data);
- [ :elm_multibuttonentry_item_filter_del, [ :evas_object, :elm_multibuttonentry_item_filter_cb, :pointer ], :void ],
+ # EAPI void elm_multibuttonentry_item_filter_remove(Evas_Object *obj, Elm_Multibuttonentry_Item_Filter_Cb func, void *data);
+ [ :elm_multibuttonentry_item_filter_remove, [ :evas_object, :elm_multibuttonentry_item_filter_cb, :pointer ], :void ],
]
#
attach_fcts fcts