diff options
Diffstat (limited to 'lib/efl/native/evas.rb')
-rw-r--r-- | lib/efl/native/evas.rb | 2 |
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); |