summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_layout.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/native/elm/elm_layout.rb')
-rw-r--r--lib/efl/native/elm/elm_layout.rb32
1 files changed, 16 insertions, 16 deletions
diff --git a/lib/efl/native/elm/elm_layout.rb b/lib/efl/native/elm/elm_layout.rb
index c9d76b9..f7c633f 100644
--- a/lib/efl/native/elm/elm_layout.rb
+++ b/lib/efl/native/elm/elm_layout.rb
@@ -29,24 +29,24 @@ module Efl
[ :elm_layout_file_set, [ :evas_object, :string, :string ], :bool ],
# EAPI Eina_Bool elm_layout_theme_set(Evas_Object *obj, const char *clas, const char *group, const char *style);
[ :elm_layout_theme_set, [ :evas_object, :string, :string, :string ], :bool ],
- # EAPI void elm_layout_box_append(Evas_Object *obj, const char *part, Evas_Object *child);
- [ :elm_layout_box_append, [ :evas_object, :string, :evas_object ], :void ],
- # EAPI void elm_layout_box_prepend(Evas_Object *obj, const char *part, Evas_Object *child);
- [ :elm_layout_box_prepend, [ :evas_object, :string, :evas_object ], :void ],
- # EAPI void elm_layout_box_insert_before(Evas_Object *obj, const char *part, Evas_Object *child, const Evas_Object *reference);
- [ :elm_layout_box_insert_before, [ :evas_object, :string, :evas_object, :evas_object ], :void ],
- # EAPI void elm_layout_box_insert_at(Evas_Object *obj, const char *part, Evas_Object *child, unsigned int pos);
- [ :elm_layout_box_insert_at, [ :evas_object, :string, :evas_object, :uint ], :void ],
+ # EAPI Eina_Bool elm_layout_box_append(Evas_Object *obj, const char *part, Evas_Object *child);
+ [ :elm_layout_box_append, [ :evas_object, :string, :evas_object ], :bool ],
+ # EAPI Eina_Bool elm_layout_box_prepend(Evas_Object *obj, const char *part, Evas_Object *child);
+ [ :elm_layout_box_prepend, [ :evas_object, :string, :evas_object ], :bool ],
+ # EAPI Eina_Bool elm_layout_box_insert_before(Evas_Object *obj, const char *part, Evas_Object *child, const Evas_Object *reference);
+ [ :elm_layout_box_insert_before, [ :evas_object, :string, :evas_object, :evas_object ], :bool ],
+ # EAPI Eina_Bool elm_layout_box_insert_at(Evas_Object *obj, const char *part, Evas_Object *child, unsigned int pos);
+ [ :elm_layout_box_insert_at, [ :evas_object, :string, :evas_object, :uint ], :bool ],
# EAPI Evas_Object *elm_layout_box_remove(Evas_Object *obj, const char *part, Evas_Object *child);
[ :elm_layout_box_remove, [ :evas_object, :string, :evas_object ], :evas_object ],
- # EAPI void elm_layout_box_remove_all(Evas_Object *obj, const char *part, Eina_Bool clear);
- [ :elm_layout_box_remove_all, [ :evas_object, :string, :bool ], :void ],
- # EAPI void elm_layout_table_pack(Evas_Object *obj, const char *part, Evas_Object *child_obj, unsigned short col, unsigned short row, unsigned short colspan, unsigned short rowspan);
- [ :elm_layout_table_pack, [ :evas_object, :string, :evas_object, :ushort, :ushort, :ushort, :ushort ], :void ],
+ # EAPI Eina_Bool elm_layout_box_remove_all(Evas_Object *obj, const char *part, Eina_Bool clear);
+ [ :elm_layout_box_remove_all, [ :evas_object, :string, :bool ], :bool ],
+ # EAPI Eina_Bool elm_layout_table_pack(Evas_Object *obj, const char *part, Evas_Object *child_obj, unsigned short col, unsigned short row, unsigned short colspan, unsigned short rowspan);
+ [ :elm_layout_table_pack, [ :evas_object, :string, :evas_object, :ushort, :ushort, :ushort, :ushort ], :bool ],
# EAPI Evas_Object *elm_layout_table_unpack(Evas_Object *obj, const char *part, Evas_Object *child_obj);
[ :elm_layout_table_unpack, [ :evas_object, :string, :evas_object ], :evas_object ],
- # EAPI void elm_layout_table_clear(Evas_Object *obj, const char *part, Eina_Bool clear);
- [ :elm_layout_table_clear, [ :evas_object, :string, :bool ], :void ],
+ # EAPI Eina_Bool elm_layout_table_clear(Evas_Object *obj, const char *part, Eina_Bool clear);
+ [ :elm_layout_table_clear, [ :evas_object, :string, :bool ], :bool ],
# EAPI Evas_Object *elm_layout_edje_get(const Evas_Object *obj);
[ :elm_layout_edje_get, [ :evas_object ], :evas_object ],
# EAPI const char *elm_layout_data_get(const Evas_Object *obj, const char *key);
@@ -57,8 +57,8 @@ module Efl
[ :elm_layout_part_cursor_set, [ :evas_object, :string, :string ], :bool ],
# EAPI const char *elm_layout_part_cursor_get(const Evas_Object *obj, const char *part_name);
[ :elm_layout_part_cursor_get, [ :evas_object, :string ], :string ],
- # EAPI void elm_layout_part_cursor_unset(Evas_Object *obj, const char *part_name);
- [ :elm_layout_part_cursor_unset, [ :evas_object, :string ], :void ],
+ # EAPI Eina_Bool elm_layout_part_cursor_unset(Evas_Object *obj, const char *part_name);
+ [ :elm_layout_part_cursor_unset, [ :evas_object, :string ], :bool ],
# EAPI Eina_Bool elm_layout_part_cursor_style_set(Evas_Object *obj, const char *part_name, const char *style);
[ :elm_layout_part_cursor_style_set, [ :evas_object, :string, :string ], :bool ],
# EAPI const char *elm_layout_part_cursor_style_get(const Evas_Object *obj, const char *part_name);