summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_photo.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_photo.rb
parent4a2c039c135aabac55b2d88a5f5548d52d7a3cdf (diff)
downloadffi-efl-master.zip
ffi-efl-master.tar.gz
wip-worktree-stateHEADmaster
Diffstat (limited to 'lib/efl/native/elm/elm_photo.rb')
-rw-r--r--lib/efl/native/elm/elm_photo.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/efl/native/elm/elm_photo.rb b/lib/efl/native/elm/elm_photo.rb
index b837d14..571b8c0 100644
--- a/lib/efl/native/elm/elm_photo.rb
+++ b/lib/efl/native/elm/elm_photo.rb
@@ -24,21 +24,21 @@ module Efl
# FUNCTIONS
fcts = [
# EAPI Evas_Object *elm_photo_add(Evas_Object *parent);
- [ :elm_photo_add, [ :evas_object ], :evas_object ],
+ [ :elm_photo_add, [ :pointer ], :pointer ],
# EAPI Eina_Bool elm_photo_file_set(Evas_Object *obj, const char *file);
- [ :elm_photo_file_set, [ :evas_object, :string ], :bool ],
+ [ :elm_photo_file_set, [ :pointer, :string ], :bool ],
# EAPI void elm_photo_thumb_set(const Evas_Object *obj, const char *file, const char *group);
- [ :elm_photo_thumb_set, [ :evas_object, :string, :string ], :void ],
+ [ :elm_photo_thumb_set, [ :pointer, :string, :string ], :void ],
# EAPI void elm_photo_size_set(Evas_Object *obj, int size);
- [ :elm_photo_size_set, [ :evas_object, :int ], :void ],
+ [ :elm_photo_size_set, [ :pointer, :int ], :void ],
# EAPI void elm_photo_fill_inside_set(Evas_Object *obj, Eina_Bool fill);
- [ :elm_photo_fill_inside_set, [ :evas_object, :bool ], :void ],
+ [ :elm_photo_fill_inside_set, [ :pointer, :bool ], :void ],
# EAPI void elm_photo_editable_set(Evas_Object *obj, Eina_Bool set);
- [ :elm_photo_editable_set, [ :evas_object, :bool ], :void ],
+ [ :elm_photo_editable_set, [ :pointer, :bool ], :void ],
# EAPI void elm_photo_aspect_fixed_set(Evas_Object *obj, Eina_Bool fixed);
- [ :elm_photo_aspect_fixed_set, [ :evas_object, :bool ], :void ],
+ [ :elm_photo_aspect_fixed_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_photo_aspect_fixed_get(const Evas_Object *obj);
- [ :elm_photo_aspect_fixed_get, [ :evas_object ], :bool ],
+ [ :elm_photo_aspect_fixed_get, [ :pointer ], :bool ],
]
#
attach_fcts fcts