From c5c6fb46dd3e3bd530c24af0d1177acf5f7500ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 23 Dec 2011 10:11:04 +0100 Subject: elementary API update --- lib/efl/native/elementary.rb | 5 ++--- 1 file 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); -- cgit v1.1-2-g2b99