summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/evas.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-24 11:35:20 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-24 11:35:20 +0100
commit79da88cbb11077ddbfab7555a15bb4be0d5f63b7 (patch)
tree4fd7a99303ace99582315de7f73bb731e44c1968 /lib/efl/native/evas.rb
parentbc29d767ec7df5528335f93a9420812aa388f0f3 (diff)
downloadffi-efl-79da88cbb11077ddbfab7555a15bb4be0d5f63b7.zip
ffi-efl-79da88cbb11077ddbfab7555a15bb4be0d5f63b7.tar.gz
update evas,edje,ecore_evas API
Diffstat (limited to 'lib/efl/native/evas.rb')
-rw-r--r--lib/efl/native/evas.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/evas.rb b/lib/efl/native/evas.rb
index 2beeacf..e4dba53 100644
--- a/lib/efl/native/evas.rb
+++ b/lib/efl/native/evas.rb
@@ -980,6 +980,8 @@ module Efl
[ :evas_textblock_node_format_prev_get, [ :pointer ], :pointer ],
# EAPI void evas_textblock_node_format_remove_pair(Evas_Object *obj, Evas_Object_Textblock_Node_Format *n);
[ :evas_textblock_node_format_remove_pair, [ :pointer, :pointer ], :void ],
+ # EAPI void evas_textblock_cursor_set_at_format(Evas_Textblock_Cursor *cur, const Evas_Object_Textblock_Node_Format *n);
+ [ :evas_textblock_cursor_set_at_format, [ :pointer, :pointer ], :void ],
# EAPI const Evas_Object_Textblock_Node_Format *evas_textblock_cursor_format_get(const Evas_Textblock_Cursor *cur);
[ :evas_textblock_cursor_format_get, [ :pointer ], :pointer ],
# EAPI const char *evas_textblock_node_format_text_get(const Evas_Object_Textblock_Node_Format *fnode);