summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/edje.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 15:50:29 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 15:50:29 +0100
commit066bcafe9c82ffcf1a0f9fe9a3e759b7f2ea571d (patch)
tree6459f4a1ad5650302c2e5830e410d8b9bb92f86f /lib/efl/native/edje.rb
parentfd5d11a59673db76058144f7793317c5717df46e (diff)
downloadffi-efl-066bcafe9c82ffcf1a0f9fe9a3e759b7f2ea571d.zip
ffi-efl-066bcafe9c82ffcf1a0f9fe9a3e759b7f2ea571d.tar.gz
API update, edje, evas, elm_diskselector, elm_general, elm_gengrid, elm_genlist, elm_map, elm_toolbar
Diffstat (limited to 'lib/efl/native/edje.rb')
-rw-r--r--lib/efl/native/edje.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/efl/native/edje.rb b/lib/efl/native/edje.rb
index 61910bd..e91a2eb 100644
--- a/lib/efl/native/edje.rb
+++ b/lib/efl/native/edje.rb
@@ -293,10 +293,12 @@ module Efl
[ :edje_object_part_text_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_set(Evas_Object *obj, const char *part, const char *style);
- [ :edje_object_part_text_style_user_set, [ :evas_object, :string, :string ], :void ],
- # EAPI const char *edje_object_part_text_style_user_get(Evas_Object *obj, const char *part);
- [ :edje_object_part_text_style_user_get, [ :evas_object, :string ], :string ],
+ # EAPI void edje_object_part_text_style_user_push(Evas_Object *obj, const char *part, const char *style);
+ [ :edje_object_part_text_style_user_push, [ :evas_object, :string, :string ], :void ],
+ # EAPI const char *edje_object_part_text_style_user_peek(const Evas_Object *obj, const char *part);
+ [ :edje_object_part_text_style_user_peek, [ :evas_object, :string ], :string ],
+ # EAPI void edje_object_part_text_style_user_pop(Evas_Object *obj, const char *part);
+ [ :edje_object_part_text_style_user_pop, [ :evas_object, :string ], :void ],
# EAPI Eina_Bool edje_object_part_text_unescaped_set (Evas_Object *obj, const char *part, const char *text_to_escape);
[ :edje_object_part_text_unescaped_set, [ :evas_object, :string, :string ], :bool ],
# EAPI char *edje_object_part_text_unescaped_get (const Evas_Object *obj, const char *part);