summaryrefslogtreecommitdiffstats
path: root/lib/efl
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-12-23 10:39:12 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-12-23 10:39:12 +0100
commit5e1f4145b35fc7a367fd773e78178dc802585716 (patch)
tree2468ff7e2f8848d26cb5995a1301aa1cdbef911f /lib/efl
parentce39dc58fd6dcb741123480b321a36614d6706d5 (diff)
downloadffi-efl-5e1f4145b35fc7a367fd773e78178dc802585716.zip
ffi-efl-5e1f4145b35fc7a367fd773e78178dc802585716.tar.gz
efl/native/elementary: remove bodyless functions
Diffstat (limited to 'lib/efl')
-rw-r--r--lib/efl/native/elementary.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/efl/native/elementary.rb b/lib/efl/native/elementary.rb
index 9f9daed..e339801 100644
--- a/lib/efl/native/elementary.rb
+++ b/lib/efl/native/elementary.rb
@@ -1756,8 +1756,6 @@ module Efl
[ :elm_entry_autocapital_type_get, [ :evas_object_p ], :elm_autocapital_type ],
# EAPI void elm_entry_input_panel_enabled_set(Evas_Object *obj, Eina_Bool enabled);
[ :elm_entry_input_panel_enabled_set, [ :evas_object_p, :eina_bool ], :void ],
- # EAPI Eina_Bool elm_entry_input_panel_enabled_get(Evas_Object *obj);
- [ :elm_entry_input_panel_enabled_get, [ :evas_object_p ], :eina_bool ],
# EAPI Evas_Object *elm_anchorview_add(Evas_Object *parent);
[ :elm_anchorview_add, [ :evas_object_p ], :evas_object_p ],
# EAPI void elm_anchorview_hover_parent_set(Evas_Object *obj, Evas_Object *parent);
@@ -1882,8 +1880,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);