summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_hoversel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/native/elm/elm_hoversel.rb')
-rw-r--r--lib/efl/native/elm/elm_hoversel.rb22
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/efl/native/elm/elm_hoversel.rb b/lib/efl/native/elm/elm_hoversel.rb
index 72d2275..e2e9f15 100644
--- a/lib/efl/native/elm/elm_hoversel.rb
+++ b/lib/efl/native/elm/elm_hoversel.rb
@@ -25,27 +25,27 @@ module Efl
# FUNCTIONS
fcts = [
# EAPI Evas_Object *elm_hoversel_add(Evas_Object *parent);
- [ :elm_hoversel_add, [ :evas_object ], :evas_object ],
+ [ :elm_hoversel_add, [ :pointer ], :pointer ],
# EAPI void elm_hoversel_horizontal_set(Evas_Object *obj, Eina_Bool horizontal);
- [ :elm_hoversel_horizontal_set, [ :evas_object, :bool ], :void ],
+ [ :elm_hoversel_horizontal_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_hoversel_horizontal_get(const Evas_Object *obj);
- [ :elm_hoversel_horizontal_get, [ :evas_object ], :bool ],
+ [ :elm_hoversel_horizontal_get, [ :pointer ], :bool ],
# EAPI void elm_hoversel_hover_parent_set(Evas_Object *obj, Evas_Object *parent);
- [ :elm_hoversel_hover_parent_set, [ :evas_object, :evas_object ], :void ],
+ [ :elm_hoversel_hover_parent_set, [ :pointer, :pointer ], :void ],
# EAPI Evas_Object *elm_hoversel_hover_parent_get(const Evas_Object *obj);
- [ :elm_hoversel_hover_parent_get, [ :evas_object ], :evas_object ],
+ [ :elm_hoversel_hover_parent_get, [ :pointer ], :pointer ],
# EAPI void elm_hoversel_hover_begin(Evas_Object *obj);
- [ :elm_hoversel_hover_begin, [ :evas_object ], :void ],
+ [ :elm_hoversel_hover_begin, [ :pointer ], :void ],
# EAPI void elm_hoversel_hover_end(Evas_Object *obj);
- [ :elm_hoversel_hover_end, [ :evas_object ], :void ],
+ [ :elm_hoversel_hover_end, [ :pointer ], :void ],
# EAPI Eina_Bool elm_hoversel_expanded_get(const Evas_Object *obj);
- [ :elm_hoversel_expanded_get, [ :evas_object ], :bool ],
+ [ :elm_hoversel_expanded_get, [ :pointer ], :bool ],
# EAPI void elm_hoversel_clear(Evas_Object *obj);
- [ :elm_hoversel_clear, [ :evas_object ], :void ],
+ [ :elm_hoversel_clear, [ :pointer ], :void ],
# EAPI const Eina_List *elm_hoversel_items_get(const Evas_Object *obj);
- [ :elm_hoversel_items_get, [ :evas_object ], :eina_list ],
+ [ :elm_hoversel_items_get, [ :pointer ], :eina_list ],
# EAPI Elm_Object_Item *elm_hoversel_item_add(Evas_Object *obj, const char *label, const char *icon_file, Elm_Icon_Type icon_type, Evas_Smart_Cb func, const void *data);
- [ :elm_hoversel_item_add, [ :evas_object, :string, :string, :elm_icon_type, :evas_smart_cb, :pointer ], :elm_object_item ],
+ [ :elm_hoversel_item_add, [ :pointer, :string, :string, :elm_icon_type, :evas_smart_cb, :pointer ], :elm_object_item ],
# EAPI void elm_hoversel_item_icon_set(Elm_Object_Item *it, const char *icon_file, const char *icon_group, Elm_Icon_Type icon_type);
[ :elm_hoversel_item_icon_set, [ :elm_object_item, :string, :string, :elm_icon_type ], :void ],
# EAPI void elm_hoversel_item_icon_get(const Elm_Object_Item *it, const char **icon_file, const char **icon_group, Elm_Icon_Type *icon_type);