diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-14 22:16:31 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-14 22:16:31 +0100 |
commit | c79d0535e77f0799f422584e555a6d3540bbf98d (patch) | |
tree | 5c873c70155333a491b6d53973d483f8fca6b7ad /lib | |
parent | 6bca63fe6c918ec3386288fb3ff8f086c6ec681d (diff) | |
download | ffi-efl-c79d0535e77f0799f422584e555a6d3540bbf98d.zip ffi-efl-c79d0535e77f0799f422584e555a6d3540bbf98d.tar.gz |
API update: edje
Diffstat (limited to 'lib')
-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 8ca3c81..c6c8634 100644 --- a/lib/efl/native/edje.rb +++ b/lib/efl/native/edje.rb @@ -270,6 +270,10 @@ module Efl [ :edje_object_text_class_set, [ :evas_object, :string, :string, :int ], :bool ], # EAPI void edje_object_size_min_get (const Evas_Object *obj, Evas_Coord *minw, Evas_Coord *minh); [ :edje_object_size_min_get, [ :evas_object, :pointer, :pointer ], :void ], + # EAPI void edje_object_update_hints_set(Evas_Object *obj, Eina_Bool update); + [ :edje_object_update_hints_set, [ :evas_object, :bool ], :void ], + # EAPI Eina_Bool edje_object_update_hints_get(Evas_Object *obj); + [ :edje_object_update_hints_get, [ :evas_object ], :bool ], # EAPI void edje_object_size_max_get (const Evas_Object *obj, Evas_Coord *maxw, Evas_Coord *maxh); [ :edje_object_size_max_get, [ :evas_object, :pointer, :pointer ], :void ], # EAPI void edje_object_calc_force (Evas_Object *obj); |