diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-12-23 10:11:04 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-12-23 10:11:04 +0100 |
commit | c5c6fb46dd3e3bd530c24af0d1177acf5f7500ea (patch) | |
tree | 07806324db51f2385d38057bbadb61e8c96f5beb /lib/efl | |
parent | 1be5514bb12d1f087422cae92521c8a0a1104bb2 (diff) | |
download | ffi-efl-c5c6fb46dd3e3bd530c24af0d1177acf5f7500ea.zip ffi-efl-c5c6fb46dd3e3bd530c24af0d1177acf5f7500ea.tar.gz |
elementary API update
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 6f68d50..fe12be1 100644 --- a/lib/efl/native/elementary.rb +++ b/lib/efl/native/elementary.rb @@ -268,9 +268,6 @@ module Efl typedef :pointer, :elm_map_name_p # typedef struct _Elm_Map_Track Elm_Map_Track; typedef :pointer, :elm_map_track - # typedef struct _Elm_Flipselector_Item Elm_Flipselector_Item; - typedef :pointer, :elm_flipselector_item - typedef :pointer, :elm_flipselector_item_p # typedef struct _Elm_Calendar_Mark Elm_Calendar_Mark; typedef :pointer, :elm_calendar_mark typedef :pointer, :elm_calendar_mark_p @@ -1831,6 +1828,8 @@ 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); |