diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-30 15:39:35 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-30 15:39:35 +0200 |
commit | 76701d9c93da46c7b0cf4158e5e6627731186713 (patch) | |
tree | 080be5c35b70508f51feea85a64971a6c4658191 /lib/efl/native/elm/elm_cnp.rb | |
parent | 2d866f09ddd685ceec3c1d27fc018cf4d1eaa678 (diff) | |
download | ffi-efl-76701d9c93da46c7b0cf4158e5e6627731186713.zip ffi-efl-76701d9c93da46c7b0cf4158e5e6627731186713.tar.gz |
update elm API
Diffstat (limited to 'lib/efl/native/elm/elm_cnp.rb')
-rw-r--r-- | lib/efl/native/elm/elm_cnp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/native/elm/elm_cnp.rb b/lib/efl/native/elm/elm_cnp.rb index e76bd17..acb0b20 100644 --- a/lib/efl/native/elm/elm_cnp.rb +++ b/lib/efl/native/elm/elm_cnp.rb @@ -46,8 +46,8 @@ module Efl [ :elm_cnp_selection_get, [ :evas_object, :elm_sel_type, :elm_sel_format, :elm_drop_cb, :pointer ], :bool ], # EAPI Eina_Bool elm_object_cnp_selection_clear(Evas_Object *obj, Elm_Sel_Type selection); [ :elm_object_cnp_selection_clear, [ :evas_object, :elm_sel_type ], :bool ], - # EAPI void elm_cnp_selection_loss_callback_set(Elm_Sel_Type selection, Elm_Selection_Loss_Cb func, const void *data); - [ :elm_cnp_selection_loss_callback_set, [ :elm_sel_type, :elm_selection_loss_cb, :pointer ], :void ], + # EAPI void elm_cnp_selection_loss_callback_set(Evas_Object *obj, Elm_Sel_Type selection, Elm_Selection_Loss_Cb func, const void *data); + [ :elm_cnp_selection_loss_callback_set, [ :evas_object, :elm_sel_type, :elm_selection_loss_cb, :pointer ], :void ], ] # attach_fcts fcts |