summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_grid.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/native/elm/elm_grid.rb')
-rw-r--r--lib/efl/native/elm/elm_grid.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/efl/native/elm/elm_grid.rb b/lib/efl/native/elm/elm_grid.rb
index 1807fb6..43990ac 100644
--- a/lib/efl/native/elm/elm_grid.rb
+++ b/lib/efl/native/elm/elm_grid.rb
@@ -24,23 +24,23 @@ module Efl
# FUNCTIONS
fcts = [
# EAPI Evas_Object *elm_grid_add(Evas_Object *parent);
- [ :elm_grid_add, [ :evas_object ], :evas_object ],
+ [ :elm_grid_add, [ :pointer ], :pointer ],
# EAPI void elm_grid_size_set(Evas_Object *obj, Evas_Coord w, Evas_Coord h);
- [ :elm_grid_size_set, [ :evas_object, :int, :int ], :void ],
+ [ :elm_grid_size_set, [ :pointer, :int, :int ], :void ],
# EAPI void elm_grid_size_get(const Evas_Object *obj, Evas_Coord *w, Evas_Coord *h);
- [ :elm_grid_size_get, [ :evas_object, :pointer, :pointer ], :void ],
+ [ :elm_grid_size_get, [ :pointer, :pointer, :pointer ], :void ],
# EAPI void elm_grid_pack(Evas_Object *obj, Evas_Object *subobj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h);
- [ :elm_grid_pack, [ :evas_object, :evas_object, :int, :int, :int, :int ], :void ],
+ [ :elm_grid_pack, [ :pointer, :pointer, :int, :int, :int, :int ], :void ],
# EAPI void elm_grid_unpack(Evas_Object *obj, Evas_Object *subobj);
- [ :elm_grid_unpack, [ :evas_object, :evas_object ], :void ],
+ [ :elm_grid_unpack, [ :pointer, :pointer ], :void ],
# EAPI void elm_grid_clear(Evas_Object *obj, Eina_Bool clear);
- [ :elm_grid_clear, [ :evas_object, :bool ], :void ],
+ [ :elm_grid_clear, [ :pointer, :bool ], :void ],
# EAPI void elm_grid_pack_set(Evas_Object *subobj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h);
- [ :elm_grid_pack_set, [ :evas_object, :int, :int, :int, :int ], :void ],
+ [ :elm_grid_pack_set, [ :pointer, :int, :int, :int, :int ], :void ],
# EAPI void elm_grid_pack_get(Evas_Object *subobj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
- [ :elm_grid_pack_get, [ :evas_object, :pointer, :pointer, :pointer, :pointer ], :void ],
+ [ :elm_grid_pack_get, [ :pointer, :pointer, :pointer, :pointer, :pointer ], :void ],
# EAPI Eina_List *elm_grid_children_get(const Evas_Object *obj);
- [ :elm_grid_children_get, [ :evas_object ], :eina_list ],
+ [ :elm_grid_children_get, [ :pointer ], :eina_list ],
]
#
attach_fcts fcts