summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_box.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-09 10:23:03 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-09 10:23:03 +0100
commita19a2b904cd49492d7e98e7cee9f490783e5d829 (patch)
tree2e0d1271f78be586749444858e7a12ae907b9c9d /lib/efl/native/elm/elm_box.rb
parent5e59dd3905782d61605437be4007d9a302f43470 (diff)
downloadffi-efl-a19a2b904cd49492d7e98e7cee9f490783e5d829.zip
ffi-efl-a19a2b904cd49492d7e98e7cee9f490783e5d829.tar.gz
API update: elm_box, elm_gengrid, elm_web
Diffstat (limited to 'lib/efl/native/elm/elm_box.rb')
-rw-r--r--lib/efl/native/elm/elm_box.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/efl/native/elm/elm_box.rb b/lib/efl/native/elm/elm_box.rb
index aab3206..dd91e32 100644
--- a/lib/efl/native/elm/elm_box.rb
+++ b/lib/efl/native/elm/elm_box.rb
@@ -68,9 +68,9 @@ module Efl
[ :elm_box_layout_set, [ :evas_object, :evas_object_box_layout_cb, :pointer, :ecore_cb ], :void ],
# EAPI void elm_box_layout_transition(Evas_Object *obj, Evas_Object_Box_Data *priv, void *data);
[ :elm_box_layout_transition, [ :evas_object, :evas_object_box_data, :pointer ], :void ],
- # EAPI Elm_Box_Transition *elm_box_transition_new(const double duration, Evas_Object_Box_Layout start_layout, void *start_layout_data, void (*start_layout_free_data)(void *data), Evas_Object_Box_Layout end_layout, void *end_layout_data, Ecore_Cb end_layout_free_data, Ecore_Cb transition_end_cb, void *transition_end_data);
- [ :elm_box_transition_new, [ :double, :evas_object_box_layout_cb, :pointer, :ecore_cb,
- :evas_object_box_layout_cb, :pointer, :ecore_cb, :ecore_cb, :pointer ], :elm_box_transition ],
+ # EAPI Elm_Box_Transition *elm_box_transition_new(const double duration, Evas_Object_Box_Layout start_layout, void *start_layout_data, Ecore_Cb start_layout_free_data, Evas_Object_Box_Layout end_layout, void *end_layout_data, Ecore_Cb end_layout_free_data, Ecore_Cb transition_end_cb, void *transition_end_data);
+ [ :elm_box_transition_new, [ :double, :evas_object_box_layout_cb, :pointer, :ecore_cb, :evas_object_box_layout_cb, :pointer, :ecore_cb,
+ :ecore_cb, :pointer ], :elm_box_transition ],
# EAPI void elm_box_transition_free(void *data);
[ :elm_box_transition_free, [ :pointer ], :void ],
]