summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_fileselector_entry.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_fileselector_entry.rb
parent4a2c039c135aabac55b2d88a5f5548d52d7a3cdf (diff)
downloadffi-efl-821a1acdb583b2727717a6d3360c49f7a3489d52.zip
ffi-efl-821a1acdb583b2727717a6d3360c49f7a3489d52.tar.gz
wip-worktree-stateHEADmaster
Diffstat (limited to 'lib/efl/native/elm/elm_fileselector_entry.rb')
-rw-r--r--lib/efl/native/elm/elm_fileselector_entry.rb34
1 files changed, 17 insertions, 17 deletions
diff --git a/lib/efl/native/elm/elm_fileselector_entry.rb b/lib/efl/native/elm/elm_fileselector_entry.rb
index 3af8cd5..86e4f72 100644
--- a/lib/efl/native/elm/elm_fileselector_entry.rb
+++ b/lib/efl/native/elm/elm_fileselector_entry.rb
@@ -24,39 +24,39 @@ module Efl
# FUNCTIONS
fcts = [
# EAPI Evas_Object *elm_fileselector_entry_add(Evas_Object *parent);
- [ :elm_fileselector_entry_add, [ :evas_object ], :evas_object ],
+ [ :elm_fileselector_entry_add, [ :pointer ], :pointer ],
# EAPI void elm_fileselector_entry_window_title_set(Evas_Object *obj, const char *title);
- [ :elm_fileselector_entry_window_title_set, [ :evas_object, :string ], :void ],
+ [ :elm_fileselector_entry_window_title_set, [ :pointer, :string ], :void ],
# EAPI const char *elm_fileselector_entry_window_title_get(const Evas_Object *obj);
- [ :elm_fileselector_entry_window_title_get, [ :evas_object ], :string ],
+ [ :elm_fileselector_entry_window_title_get, [ :pointer ], :string ],
# EAPI void elm_fileselector_entry_window_size_set(Evas_Object *obj, Evas_Coord width, Evas_Coord height);
- [ :elm_fileselector_entry_window_size_set, [ :evas_object, :int, :int ], :void ],
+ [ :elm_fileselector_entry_window_size_set, [ :pointer, :int, :int ], :void ],
# EAPI void elm_fileselector_entry_window_size_get(const Evas_Object *obj, Evas_Coord *width, Evas_Coord *height);
- [ :elm_fileselector_entry_window_size_get, [ :evas_object, :pointer, :pointer ], :void ],
+ [ :elm_fileselector_entry_window_size_get, [ :pointer, :pointer, :pointer ], :void ],
# EAPI void elm_fileselector_entry_path_set(Evas_Object *obj, const char *path);
- [ :elm_fileselector_entry_path_set, [ :evas_object, :string ], :void ],
+ [ :elm_fileselector_entry_path_set, [ :pointer, :string ], :void ],
# EAPI const char *elm_fileselector_entry_path_get(const Evas_Object *obj);
- [ :elm_fileselector_entry_path_get, [ :evas_object ], :string ],
+ [ :elm_fileselector_entry_path_get, [ :pointer ], :string ],
# EAPI void elm_fileselector_entry_expandable_set(Evas_Object *obj, Eina_Bool value);
- [ :elm_fileselector_entry_expandable_set, [ :evas_object, :bool ], :void ],
+ [ :elm_fileselector_entry_expandable_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_fileselector_entry_expandable_get(const Evas_Object *obj);
- [ :elm_fileselector_entry_expandable_get, [ :evas_object ], :bool ],
+ [ :elm_fileselector_entry_expandable_get, [ :pointer ], :bool ],
# EAPI void elm_fileselector_entry_folder_only_set(Evas_Object *obj, Eina_Bool value);
- [ :elm_fileselector_entry_folder_only_set, [ :evas_object, :bool ], :void ],
+ [ :elm_fileselector_entry_folder_only_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_fileselector_entry_folder_only_get(const Evas_Object *obj);
- [ :elm_fileselector_entry_folder_only_get, [ :evas_object ], :bool ],
+ [ :elm_fileselector_entry_folder_only_get, [ :pointer ], :bool ],
# EAPI void elm_fileselector_entry_is_save_set(Evas_Object *obj, Eina_Bool value);
- [ :elm_fileselector_entry_is_save_set, [ :evas_object, :bool ], :void ],
+ [ :elm_fileselector_entry_is_save_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_fileselector_entry_is_save_get(const Evas_Object *obj);
- [ :elm_fileselector_entry_is_save_get, [ :evas_object ], :bool ],
+ [ :elm_fileselector_entry_is_save_get, [ :pointer ], :bool ],
# EAPI void elm_fileselector_entry_inwin_mode_set(Evas_Object *obj, Eina_Bool value);
- [ :elm_fileselector_entry_inwin_mode_set, [ :evas_object, :bool ], :void ],
+ [ :elm_fileselector_entry_inwin_mode_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_fileselector_entry_inwin_mode_get(const Evas_Object *obj);
- [ :elm_fileselector_entry_inwin_mode_get, [ :evas_object ], :bool ],
+ [ :elm_fileselector_entry_inwin_mode_get, [ :pointer ], :bool ],
# EAPI void elm_fileselector_entry_selected_set(Evas_Object *obj, const char *path);
- [ :elm_fileselector_entry_selected_set, [ :evas_object, :string ], :void ],
+ [ :elm_fileselector_entry_selected_set, [ :pointer, :string ], :void ],
# EAPI const char *elm_fileselector_entry_selected_get(const Evas_Object *obj);
- [ :elm_fileselector_entry_selected_get, [ :evas_object ], :string ],
+ [ :elm_fileselector_entry_selected_get, [ :pointer ], :string ],
]
#
attach_fcts fcts