diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-04 08:04:09 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-04 08:04:09 +0200 |
commit | b0c5fce9347b087b07bfffc290366dafd0ea9ba3 (patch) | |
tree | b7c22ae1491bc08d548591029504d0bb86f1cad9 /lib/efl/native/edje.rb | |
parent | 4cfe801e63e81543337ab5592fb7a381d5815d07 (diff) | |
download | ffi-efl-b0c5fce9347b087b07bfffc290366dafd0ea9ba3.zip ffi-efl-b0c5fce9347b087b07bfffc290366dafd0ea9ba3.tar.gz |
update ecore_evas, edje, evas
Diffstat (limited to 'lib/efl/native/edje.rb')
-rw-r--r-- | lib/efl/native/edje.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/edje.rb b/lib/efl/native/edje.rb index c6c8634..5dbb387 100644 --- a/lib/efl/native/edje.rb +++ b/lib/efl/native/edje.rb @@ -296,6 +296,8 @@ module Efl [ :edje_object_text_change_cb_set, [ :evas_object, :edje_text_change_cb, :pointer ], :void ], # EAPI Eina_Bool edje_object_part_text_set (Evas_Object *obj, const char *part, const char *text); [ :edje_object_part_text_set, [ :evas_object, :string, :string ], :bool ], + # EAPI Eina_Bool edje_object_part_text_escaped_set (Evas_Object *obj, const char *part, const char *text); + [ :edje_object_part_text_escaped_set, [ :evas_object, :string, :string ], :bool ], # EAPI const char *edje_object_part_text_get (const Evas_Object *obj, const char *part); [ :edje_object_part_text_get, [ :evas_object, :string ], :string ], # EAPI void edje_object_part_text_style_user_push(Evas_Object *obj, const char *part, const char *style); |