summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_ctxpopup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/native/elm/elm_ctxpopup.rb')
-rw-r--r--lib/efl/native/elm/elm_ctxpopup.rb22
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/efl/native/elm/elm_ctxpopup.rb b/lib/efl/native/elm/elm_ctxpopup.rb
index 89707fd..1e44194 100644
--- a/lib/efl/native/elm/elm_ctxpopup.rb
+++ b/lib/efl/native/elm/elm_ctxpopup.rb
@@ -29,28 +29,28 @@ module Efl
# FUNCTIONS
fcts = [
# EAPI Evas_Object *elm_ctxpopup_add(Evas_Object *parent);
- [ :elm_ctxpopup_add, [ :evas_object ], :evas_object ],
+ [ :elm_ctxpopup_add, [ :pointer ], :pointer ],
# EAPI void elm_ctxpopup_hover_parent_set(Evas_Object *obj, Evas_Object *parent);
- [ :elm_ctxpopup_hover_parent_set, [ :evas_object, :evas_object ], :void ],
+ [ :elm_ctxpopup_hover_parent_set, [ :pointer, :pointer ], :void ],
# EAPI Evas_Object *elm_ctxpopup_hover_parent_get(const Evas_Object *obj);
- [ :elm_ctxpopup_hover_parent_get, [ :evas_object ], :evas_object ],
+ [ :elm_ctxpopup_hover_parent_get, [ :pointer ], :pointer ],
# EAPI void elm_ctxpopup_clear(Evas_Object *obj);
- [ :elm_ctxpopup_clear, [ :evas_object ], :void ],
+ [ :elm_ctxpopup_clear, [ :pointer ], :void ],
# EAPI void elm_ctxpopup_horizontal_set(Evas_Object *obj, Eina_Bool horizontal);
- [ :elm_ctxpopup_horizontal_set, [ :evas_object, :bool ], :void ],
+ [ :elm_ctxpopup_horizontal_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_ctxpopup_horizontal_get(const Evas_Object *obj);
- [ :elm_ctxpopup_horizontal_get, [ :evas_object ], :bool ],
+ [ :elm_ctxpopup_horizontal_get, [ :pointer ], :bool ],
# EAPI Elm_Object_Item *elm_ctxpopup_item_append(Evas_Object *obj, const char *label, Evas_Object *icon, Evas_Smart_Cb func, const void *data);
- [ :elm_ctxpopup_item_append, [ :evas_object, :string, :evas_object, :evas_smart_cb, :pointer ], :elm_object_item ],
+ [ :elm_ctxpopup_item_append, [ :pointer, :string, :pointer, :evas_smart_cb, :pointer ], :elm_object_item ],
# EAPI void elm_ctxpopup_direction_priority_set(Evas_Object *obj, Elm_Ctxpopup_Direction first, Elm_Ctxpopup_Direction second, Elm_Ctxpopup_Direction third, Elm_Ctxpopup_Direction fourth);
- [ :elm_ctxpopup_direction_priority_set, [ :evas_object, :elm_ctxpopup_direction, :elm_ctxpopup_direction, :elm_ctxpopup_direction,
+ [ :elm_ctxpopup_direction_priority_set, [ :pointer, :elm_ctxpopup_direction, :elm_ctxpopup_direction, :elm_ctxpopup_direction,
:elm_ctxpopup_direction ], :void ],
# EAPI void elm_ctxpopup_direction_priority_get(Evas_Object *obj, Elm_Ctxpopup_Direction *first, Elm_Ctxpopup_Direction *second, Elm_Ctxpopup_Direction *third, Elm_Ctxpopup_Direction *fourth);
- [ :elm_ctxpopup_direction_priority_get, [ :evas_object, :pointer, :pointer, :pointer, :pointer ], :void ],
+ [ :elm_ctxpopup_direction_priority_get, [ :pointer, :pointer, :pointer, :pointer, :pointer ], :void ],
# EAPI Elm_Ctxpopup_Direction elm_ctxpopup_direction_get(const Evas_Object *obj);
- [ :elm_ctxpopup_direction_get, [ :evas_object ], :elm_ctxpopup_direction ],
+ [ :elm_ctxpopup_direction_get, [ :pointer ], :elm_ctxpopup_direction ],
# EAPI void elm_ctxpopup_dismiss(Evas_Object *obj);
- [ :elm_ctxpopup_dismiss, [ :evas_object ], :void ],
+ [ :elm_ctxpopup_dismiss, [ :pointer ], :void ],
]
#
attach_fcts fcts