diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-31 09:34:05 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-31 09:34:05 +0100 |
commit | 6968a0ee602e8b1a155be561a916fae3c7405c37 (patch) | |
tree | 311cf42090a32c6979b52d0b3715556c7cfde107 /lib/efl/native/ecore_evas.rb | |
parent | d637ddd5b7d29ade0c500414f78f3acc6be97261 (diff) | |
download | ffi-efl-6968a0ee602e8b1a155be561a916fae3c7405c37.zip ffi-efl-6968a0ee602e8b1a155be561a916fae3c7405c37.tar.gz |
follow C API
Diffstat (limited to 'lib/efl/native/ecore_evas.rb')
-rw-r--r-- | lib/efl/native/ecore_evas.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/ecore_evas.rb b/lib/efl/native/ecore_evas.rb index cbb260a..d25bbb0 100644 --- a/lib/efl/native/ecore_evas.rb +++ b/lib/efl/native/ecore_evas.rb @@ -118,6 +118,8 @@ module Efl [ :ecore_evas_transparent_get, [ :ecore_evas_p ], :eina_bool ], # EAPI void ecore_evas_geometry_get(const Ecore_Evas *ee, int *x, int *y, int *w, int *h); [ :ecore_evas_geometry_get, [ :ecore_evas_p, :int_p, :int_p, :int_p, :int_p ], :void ], + # EAPI void ecore_evas_request_geometry_get(const Ecore_Evas *ee, int *x, int *y, int *w, int *h); + [ :ecore_evas_request_geometry_get, [ :ecore_evas_p, :int_p, :int_p, :int_p, :int_p ], :void ], # EAPI void ecore_evas_focus_set(Ecore_Evas *ee, Eina_Bool on); [ :ecore_evas_focus_set, [ :ecore_evas_p, :eina_bool ], :void ], # EAPI Eina_Bool ecore_evas_focus_get(const Ecore_Evas *ee); |