diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-29 18:01:44 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-29 18:01:44 +0100 |
commit | 0c19c3c009399cef315c204a44e8ea9b4ca64fae (patch) | |
tree | afe9ec3188bbad2b957aea1754563ea8b29fa443 | |
parent | 736f0937a6eeec0843e4dc17ad86a2eac7e77dd5 (diff) | |
download | ffi-efl-0c19c3c009399cef315c204a44e8ea9b4ca64fae.zip ffi-efl-0c19c3c009399cef315c204a44e8ea9b4ca64fae.tar.gz |
update edje API
-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 a0edb14..61910bd 100644 --- a/lib/efl/native/edje.rb +++ b/lib/efl/native/edje.rb @@ -321,6 +321,8 @@ module Efl [ :edje_object_part_text_item_geometry_get, [ :evas_object, :string, :string, :pointer, :pointer, :pointer, :pointer ], :bool ], # EAPI void edje_object_part_text_cursor_geometry_get (const Evas_Object *obj, const char *part, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); [ :edje_object_part_text_cursor_geometry_get, [ :evas_object, :string, :pointer, :pointer, :pointer, :pointer ], :void ], + # EAPI void edje_object_part_text_user_insert (const Evas_Object *obj, const char *part, const char *text); + [ :edje_object_part_text_user_insert, [ :evas_object, :string, :string ], :void ], # EAPI void edje_object_part_text_select_allow_set (const Evas_Object *obj, const char *part, Eina_Bool allow); [ :edje_object_part_text_select_allow_set, [ :evas_object, :string, :bool ], :void ], # EAPI void edje_object_part_text_select_abort (const Evas_Object *obj, const char *part); |