summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/evas.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-10-21 13:45:23 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-10-21 13:45:23 +0200
commitfa4d5d61278f45e2bd7ce2b47c976230f58453f8 (patch)
tree2ed37276b688c39d899e263f0c3baa3d603d6aab /lib/efl/native/evas.rb
parent40f327666505d75a4cc9059ccd45ab949f73c6c1 (diff)
downloadffi-efl-fa4d5d61278f45e2bd7ce2b47c976230f58453f8.zip
ffi-efl-fa4d5d61278f45e2bd7ce2b47c976230f58453f8.tar.gz
follow C API
Diffstat (limited to 'lib/efl/native/evas.rb')
-rw-r--r--lib/efl/native/evas.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/evas.rb b/lib/efl/native/evas.rb
index 0868277..72c3732 100644
--- a/lib/efl/native/evas.rb
+++ b/lib/efl/native/evas.rb
@@ -415,6 +415,8 @@ module Efl
[ :evas_image_cache_set, [ :evas_p, :int ], :void ],
# EAPI int evas_image_cache_get (const Evas *e);
[ :evas_image_cache_get, [ :evas_p ], :int ],
+ # EAPI Eina_Bool evas_image_max_size_get (const Evas *e, int *maxw, int *maxh);
+ [ :evas_image_max_size_get, [ :evas_p, :int_p, :int_p ], :eina_bool ],
# EAPI void evas_font_hinting_set (Evas *e, Evas_Font_Hinting_Flags hinting);
[ :evas_font_hinting_set, [ :evas_p, :evas_font_hinting_flags ], :void ],
# EAPI Evas_Font_Hinting_Flags evas_font_hinting_get (const Evas *e);