diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-08-14 14:30:43 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-08-14 14:30:43 +0200 | 
| commit | 81554b16d0437695dd1f76052998726186251f04 (patch) | |
| tree | 5144f9c43ca029e3bded762f74a632def9ef655f /lib/efl | |
| parent | db3bcf5dd7365ec3816ef8e01f2d77ec5555a1f2 (diff) | |
| download | ffi-efl-81554b16d0437695dd1f76052998726186251f04.zip ffi-efl-81554b16d0437695dd1f76052998726186251f04.tar.gz | |
update edje native API
Diffstat (limited to 'lib/efl')
| -rw-r--r-- | lib/efl/native/edje.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lib/efl/native/edje.rb b/lib/efl/native/edje.rb index af7cf61..a841623 100644 --- a/lib/efl/native/edje.rb +++ b/lib/efl/native/edje.rb @@ -152,6 +152,10 @@ module Efl          [ :edje_scale_set, [ :double ], :void ],          # EAPI double edje_scale_get (void);          [ :edje_scale_get, [  ], :double ], +        # EAPI void edje_password_show_last_set(Eina_Bool password_show_last); +        [ :edje_password_show_last_set, [ :eina_bool ], :void ], +        # EAPI void edje_password_show_last_timeout_set(double password_show_last_timeout); +        [ :edje_password_show_last_timeout_set, [ :double ], :void ],          # EAPI Eina_Bool edje_object_scale_set (Evas_Object *obj, double scale);          [ :edje_object_scale_set, [ :evas_object_p, :double ], :eina_bool ],          # EAPI double edje_object_scale_get (const Evas_Object *obj); | 
