diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-07 23:26:45 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-07 23:26:45 +0200 | 
| commit | b780eee1e57f76010f4cbfbe4914b1a9b254b3fa (patch) | |
| tree | 97f4ed89b11be7484a1b4ece104b886fcddebef5 /lib | |
| parent | 74d3c0a437ac1d52e869c4171a093d3a59d9fdef (diff) | |
| download | ffi-efl-b780eee1e57f76010f4cbfbe4914b1a9b254b3fa.zip ffi-efl-b780eee1e57f76010f4cbfbe4914b1a9b254b3fa.tar.gz | |
update elm
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efl/native/elm/elm_toolbar.rb | 8 | ||||
| -rw-r--r-- | lib/efl/native/elm/elm_win.rb | 12 | 
2 files changed, 6 insertions, 14 deletions
| diff --git a/lib/efl/native/elm/elm_toolbar.rb b/lib/efl/native/elm/elm_toolbar.rb index f5c83f2..e03c0a7 100644 --- a/lib/efl/native/elm/elm_toolbar.rb +++ b/lib/efl/native/elm/elm_toolbar.rb @@ -129,10 +129,10 @@ module Efl          [ :elm_toolbar_horizontal_get, [ :evas_object ], :bool ],          # EAPI unsigned int elm_toolbar_items_count(const Evas_Object *obj);          [ :elm_toolbar_items_count, [ :evas_object ], :uint ], -        # EAPI void elm_toolbar_items_max_set(Evas_Object *obj, unsigned int max); -        [ :elm_toolbar_items_max_set, [ :evas_object, :uint ], :void ], -        # EAPI unsigned int elm_toolbar_items_max_get(const Evas_Object *obj); -        [ :elm_toolbar_items_max_get, [ :evas_object ], :uint ], +        # EAPI void elm_toolbar_standard_priority_set(Evas_Object *obj, int priority); +        [ :elm_toolbar_standard_priority_set, [ :evas_object, :int ], :void ], +        # EAPI int elm_toolbar_standard_priority_get(const Evas_Object *obj); +        [ :elm_toolbar_standard_priority_get, [ :evas_object ], :int ],          # EAPI void elm_toolbar_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode mode);          [ :elm_toolbar_select_mode_set, [ :evas_object, :elm_object_select_mode ], :void ],          # EAPI Elm_Object_Select_Mode elm_toolbar_select_mode_get(const Evas_Object *obj); diff --git a/lib/efl/native/elm/elm_win.rb b/lib/efl/native/elm/elm_win.rb index 8e62ba1..68c6e0a 100644 --- a/lib/efl/native/elm/elm_win.rb +++ b/lib/efl/native/elm/elm_win.rb @@ -204,16 +204,8 @@ module Efl          [ :elm_win_socket_listen, [ :evas_object, :string, :int, :bool ], :bool ],          # EAPI Ecore_X_Window elm_win_xwindow_get(const Evas_Object *obj);          [ :elm_win_xwindow_get, [ :evas_object ], :uint ], -        # EAPI Evas_Object *elm_win_inwin_add(Evas_Object *parent); -        [ :elm_win_inwin_add, [ :evas_object ], :evas_object ], -        # EAPI void elm_win_inwin_activate(Evas_Object *obj); -        [ :elm_win_inwin_activate, [ :evas_object ], :void ], -        # EAPI void elm_win_inwin_content_set(Evas_Object *obj, Evas_Object *content); -        [ :elm_win_inwin_content_set, [ :evas_object, :evas_object ], :void ], -        # EAPI Evas_Object *elm_win_inwin_content_get(const Evas_Object *obj); -        [ :elm_win_inwin_content_get, [ :evas_object ], :evas_object ], -        # EAPI Evas_Object *elm_win_inwin_content_unset(Evas_Object *obj); -        [ :elm_win_inwin_content_unset, [ :evas_object ], :evas_object ], +        # EAPI Ecore_Wl_Window *elm_win_wl_window_get(const Evas_Object *obj); +        [ :elm_win_wl_window_get, [ :evas_object ], :ecore_wl_window ],          ]          #          attach_fcts fcts | 
