summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_plug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/native/elm/elm_plug.rb')
-rw-r--r--lib/efl/native/elm/elm_plug.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_plug.rb b/lib/efl/native/elm/elm_plug.rb
index 780f29a..5511fda 100644
--- a/lib/efl/native/elm/elm_plug.rb
+++ b/lib/efl/native/elm/elm_plug.rb
@@ -24,11 +24,11 @@ module Efl
# FUNCTIONS
fcts = [
# EAPI Evas_Object *elm_plug_add(Evas_Object *parent);
- [ :elm_plug_add, [ :evas_object ], :evas_object ],
- # EAPI Eina_Bool elm_plug_connect(Evas_Object *obj, const char *svcname, int svcnum, Eina_Bool svcsys);
- [ :elm_plug_connect, [ :evas_object, :string, :int, :bool ], :bool ],
+ [ :elm_plug_add, [ :pointer ], :pointer ],
# EAPI Evas_Object *elm_plug_image_object_get(const Evas_Object *obj);
- [ :elm_plug_image_object_get, [ :evas_object ], :evas_object ],
+ [ :elm_plug_image_object_get, [ :pointer ], :pointer ],
+ # EAPI Eina_Bool elm_plug_connect(Evas_Object *obj, const char *svcname, int svcnum, Eina_Bool svcsys);
+ [ :elm_plug_connect, [ :pointer, :string, :int, :bool ], :bool ],
]
#
attach_fcts fcts