summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_slideshow.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:29:47 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:29:47 +0100
commit71e3a0bc514fbd28fe9600448c40b7bb53627378 (patch)
tree681d52aad0044ac852b520c0141ed57a3e3d567c /lib/efl/native/elm/elm_slideshow.rb
parent3fce398a3e2b7a1cd231223abea6961a4cbf8ea9 (diff)
downloadffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.zip
ffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.tar.gz
update elm API
Diffstat (limited to 'lib/efl/native/elm/elm_slideshow.rb')
-rw-r--r--lib/efl/native/elm/elm_slideshow.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/native/elm/elm_slideshow.rb b/lib/efl/native/elm/elm_slideshow.rb
index fde74d9..6424868 100644
--- a/lib/efl/native/elm/elm_slideshow.rb
+++ b/lib/efl/native/elm/elm_slideshow.rb
@@ -41,8 +41,8 @@ module Efl
[ :elm_slideshow_item_add, [ :evas_object, :elm_slideshow_item_class, :pointer ], :elm_object_item ],
# EAPI Elm_Object_Item *elm_slideshow_item_sorted_insert(Evas_Object *obj, const Elm_Slideshow_Item_Class *itc, const void *data, Eina_Compare_Cb func);
[ :elm_slideshow_item_sorted_insert, [ :evas_object, :elm_slideshow_item_class, :pointer, :eina_compare_cb ], :elm_object_item ],
- # EAPI void elm_slideshow_show(Elm_Object_Item *it);
- [ :elm_slideshow_show, [ :elm_object_item ], :void ],
+ # EAPI void elm_slideshow_item_show(Elm_Object_Item *it);
+ [ :elm_slideshow_item_show, [ :elm_object_item ], :void ],
# EAPI void elm_slideshow_next(Evas_Object *obj);
[ :elm_slideshow_next, [ :evas_object ], :void ],
# EAPI void elm_slideshow_previous(Evas_Object *obj);