summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/ecore_evas.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-06-06 19:42:08 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-06-06 19:42:08 +0200
commitfd2933a6ebb06e4dffef31c5433bd31e7e9a483e (patch)
tree5f9a0e352b962d3f528d01a22db1260dd736dd22 /lib/efl/native/ecore_evas.rb
parent7964600436df7c37796b099f281aba2984786f1c (diff)
downloadffi-efl-fd2933a6ebb06e4dffef31c5433bd31e7e9a483e.zip
ffi-efl-fd2933a6ebb06e4dffef31c5433bd31e7e9a483e.tar.gz
regenerate native files
Diffstat (limited to 'lib/efl/native/ecore_evas.rb')
-rw-r--r--lib/efl/native/ecore_evas.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/ecore_evas.rb b/lib/efl/native/ecore_evas.rb
index f1f1112..afe5320 100644
--- a/lib/efl/native/ecore_evas.rb
+++ b/lib/efl/native/ecore_evas.rb
@@ -348,6 +348,8 @@ module Efl
[ :ecore_evas_comp_sync_get, [ :ecore_evas_p ], :eina_bool ],
# EAPI Ecore_Window ecore_evas_window_get(const Ecore_Evas *ee);
[ :ecore_evas_window_get, [ :ecore_evas_p ], :uintptr_t ],
+ # EAPI void ecore_evas_screen_geometry_get(const Ecore_Evas *ee, int *x, int *y, int *w, int *h);
+ [ :ecore_evas_screen_geometry_get, [ :ecore_evas_p, :int_p, :int_p, :int_p, :int_p ], :void ],
# EAPI Eina_Bool ecore_evas_object_associate(Ecore_Evas *ee, Evas_Object *obj, Ecore_Evas_Object_Associate_Flags flags);
[ :ecore_evas_object_associate, [ :ecore_evas_p, :evas_object_p, :ecore_evas_object_associate_flags ], :eina_bool ],
# EAPI Eina_Bool ecore_evas_object_dissociate(Ecore_Evas *ee, Evas_Object *obj);