summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_separator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/native/elm/elm_separator.rb')
-rw-r--r--lib/efl/native/elm/elm_separator.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/efl/native/elm/elm_separator.rb b/lib/efl/native/elm/elm_separator.rb
index a22ecdd..bde2ce8 100644
--- a/lib/efl/native/elm/elm_separator.rb
+++ b/lib/efl/native/elm/elm_separator.rb
@@ -24,11 +24,11 @@ module Efl
# FUNCTIONS
fcts = [
# EAPI Evas_Object *elm_separator_add(Evas_Object *parent);
- [ :elm_separator_add, [ :evas_object ], :evas_object ],
+ [ :elm_separator_add, [ :pointer ], :pointer ],
# EAPI void elm_separator_horizontal_set(Evas_Object *obj, Eina_Bool horizontal);
- [ :elm_separator_horizontal_set, [ :evas_object, :bool ], :void ],
+ [ :elm_separator_horizontal_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_separator_horizontal_get(const Evas_Object *obj);
- [ :elm_separator_horizontal_get, [ :evas_object ], :bool ],
+ [ :elm_separator_horizontal_get, [ :pointer ], :bool ],
]
#
attach_fcts fcts