summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_mirroring.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_mirroring.rb
parent4a2c039c135aabac55b2d88a5f5548d52d7a3cdf (diff)
downloadffi-efl-821a1acdb583b2727717a6d3360c49f7a3489d52.zip
ffi-efl-821a1acdb583b2727717a6d3360c49f7a3489d52.tar.gz
wip-worktree-stateHEADmaster
Diffstat (limited to 'lib/efl/native/elm/elm_mirroring.rb')
-rw-r--r--lib/efl/native/elm/elm_mirroring.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_mirroring.rb b/lib/efl/native/elm/elm_mirroring.rb
index f77dbed..6e658ef 100644
--- a/lib/efl/native/elm/elm_mirroring.rb
+++ b/lib/efl/native/elm/elm_mirroring.rb
@@ -24,13 +24,13 @@ module Efl
# FUNCTIONS
fcts = [
# EAPI Eina_Bool elm_object_mirrored_get(const Evas_Object *obj);
- [ :elm_object_mirrored_get, [ :evas_object ], :bool ],
+ [ :elm_object_mirrored_get, [ :pointer ], :bool ],
# EAPI void elm_object_mirrored_set(Evas_Object *obj, Eina_Bool mirrored);
- [ :elm_object_mirrored_set, [ :evas_object, :bool ], :void ],
+ [ :elm_object_mirrored_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_object_mirrored_automatic_get(const Evas_Object *obj);
- [ :elm_object_mirrored_automatic_get, [ :evas_object ], :bool ],
+ [ :elm_object_mirrored_automatic_get, [ :pointer ], :bool ],
# EAPI void elm_object_mirrored_automatic_set(Evas_Object *obj, Eina_Bool automatic);
- [ :elm_object_mirrored_automatic_set, [ :evas_object, :bool ], :void ],
+ [ :elm_object_mirrored_automatic_set, [ :pointer, :bool ], :void ],
]
#
attach_fcts fcts