summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_plug.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-12-20 16:16:09 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-12-20 16:16:09 +0100
commit821a1acdb583b2727717a6d3360c49f7a3489d52 (patch)
treece9e3bfe19642df1d8fec2d02241d3dd284d50f2 /lib/efl/native/elm/elm_plug.rb
parent4a2c039c135aabac55b2d88a5f5548d52d7a3cdf (diff)
downloadffi-efl-821a1acdb583b2727717a6d3360c49f7a3489d52.zip
ffi-efl-821a1acdb583b2727717a6d3360c49f7a3489d52.tar.gz
wip-worktree-stateHEADmaster
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