diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-25 14:57:59 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-25 14:57:59 +0200 |
commit | 910eb7d52fa8c07e1739f9854017174130dc08d5 (patch) | |
tree | 24e5515b7ca7a5a04ee267ef3536d19349cc0880 /lib/efl/native/elm/elm_win.rb | |
parent | 7d54032f8fac0cf60f4f83213ac8c3619fef2387 (diff) | |
download | ffi-efl-910eb7d52fa8c07e1739f9854017174130dc08d5.zip ffi-efl-910eb7d52fa8c07e1739f9854017174130dc08d5.tar.gz |
update elmementary API
Diffstat (limited to 'lib/efl/native/elm/elm_win.rb')
-rw-r--r-- | lib/efl/native/elm/elm_win.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_win.rb b/lib/efl/native/elm/elm_win.rb index b62a6ab..4f0f174 100644 --- a/lib/efl/native/elm/elm_win.rb +++ b/lib/efl/native/elm/elm_win.rb @@ -40,6 +40,10 @@ module Efl enum :elm_illume_command, [ :elm_illume_command_focus_back, :elm_illume_command_focus_forward, :elm_illume_command_focus_home, :elm_illume_command_close ] # + # TYPEDEFS + # typedef struct _Elm_Win_Trap Elm_Win_Trap; + typedef :pointer, :elm_win_trap + # # FUNCTIONS fcts = [ # EAPI Evas_Object *elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type); @@ -216,6 +220,8 @@ module Efl [ :elm_win_xwindow_get, [ :evas_object ], :uint ], # EAPI Ecore_Wl_Window *elm_win_wl_window_get(const Evas_Object *obj); [ :elm_win_wl_window_get, [ :evas_object ], :ecore_wl_window ], + # EAPI Eina_Bool elm_win_trap_set(const Elm_Win_Trap *trap); + [ :elm_win_trap_set, [ :elm_win_trap ], :bool ], ] # attach_fcts fcts |