diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-21 14:13:38 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-21 14:13:38 +0200 |
commit | 109cb28d22c9615938c925636f43aaf6a9e7f6a0 (patch) | |
tree | ff9537b8b2fbd42b1b69b1d2c35cd81601fea176 /lib/efl | |
parent | fa4d5d61278f45e2bd7ce2b47c976230f58453f8 (diff) | |
download | ffi-efl-109cb28d22c9615938c925636f43aaf6a9e7f6a0.zip ffi-efl-109cb28d22c9615938c925636f43aaf6a9e7f6a0.tar.gz |
fix lib/efl/native/elementary.rb
Diffstat (limited to 'lib/efl')
-rw-r--r-- | lib/efl/native/elementary.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/efl/native/elementary.rb b/lib/efl/native/elementary.rb index 28c135d..4a278f8 100644 --- a/lib/efl/native/elementary.rb +++ b/lib/efl/native/elementary.rb @@ -166,8 +166,9 @@ module Efl typedef :pointer, :elm_theme_p # typedef struct _Elm_Box_Transition Elm_Box_Transition; typedef :pointer, :elm_box_transition + typedef :pointer, :elm_box_transition_p # typedef struct Elm_Gen_Item Elm_Gen_Item; - typedef :elm_gen_item, :elm_gen_item + typedef :pointer, :elm_gen_item # typedef struct _Elm_Gen_Item_Class Elm_Gen_Item_Class; typedef :pointer, :elm_gen_item_class # typedef struct _Elm_Gen_Item_Class_Func Elm_Gen_Item_Class_Func; @@ -1885,8 +1886,6 @@ module Efl [ :elm_web_bg_color_set, [ :evas_object_p, :int, :int, :int, :int ], :void ], # EAPI void elm_web_bg_color_get(const Evas_Object *obj, int *r, int *g, int *b, int *a); [ :elm_web_bg_color_get, [ :evas_object_p, :int_p, :int_p, :int_p, :int_p ], :void ], - # EAPI char *elm_view_selection_get(const Evas_Object *obj); - [ :elm_view_selection_get, [ :evas_object_p ], :string ], # EAPI void elm_web_popup_selected_set(Evas_Object *obj, int index); [ :elm_web_popup_selected_set, [ :evas_object_p, :int ], :void ], # EAPI Eina_Bool elm_web_popup_destroy(Evas_Object *obj); |