summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/evas.rb
diff options
context:
space:
mode:
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);