summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_win.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-08-30 15:39:35 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-08-30 15:39:35 +0200
commit76701d9c93da46c7b0cf4158e5e6627731186713 (patch)
tree080be5c35b70508f51feea85a64971a6c4658191 /lib/efl/native/elm/elm_win.rb
parent2d866f09ddd685ceec3c1d27fc018cf4d1eaa678 (diff)
downloadffi-efl-76701d9c93da46c7b0cf4158e5e6627731186713.zip
ffi-efl-76701d9c93da46c7b0cf4158e5e6627731186713.tar.gz
update elm API
Diffstat (limited to 'lib/efl/native/elm/elm_win.rb')
-rw-r--r--lib/efl/native/elm/elm_win.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_win.rb b/lib/efl/native/elm/elm_win.rb
index 4f0f174..a9d5e6b 100644
--- a/lib/efl/native/elm/elm_win.rb
+++ b/lib/efl/native/elm/elm_win.rb
@@ -142,6 +142,14 @@ module Efl
[ :elm_win_layer_set, [ :evas_object, :int ], :void ],
# EAPI int elm_win_layer_get(const Evas_Object *obj);
[ :elm_win_layer_get, [ :evas_object ], :int ],
+ # EAPI void elm_win_norender_push(Evas_Object *obj);
+ [ :elm_win_norender_push, [ :evas_object ], :void ],
+ # EAPI void elm_win_norender_pop(Evas_Object *obj);
+ [ :elm_win_norender_pop, [ :evas_object ], :void ],
+ # EAPI int elm_win_norender_get(Evas_Object *obj);
+ [ :elm_win_norender_get, [ :evas_object ], :int ],
+ # EAPI void elm_win_render(Evas_Object *obj);
+ [ :elm_win_render, [ :evas_object ], :void ],
# EAPI void elm_win_rotation_set(Evas_Object *obj, int rotation);
[ :elm_win_rotation_set, [ :evas_object, :int ], :void ],
# EAPI void elm_win_rotation_with_resize_set(Evas_Object *obj, int rotation);