mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
Annotate GtkTextBuffer insert methods
This commit is contained in:
parent
b41972bd96
commit
996fd9dc5e
@ -897,7 +897,7 @@ gtk_text_buffer_emit_insert (GtkTextBuffer *buffer,
|
||||
* gtk_text_buffer_insert:
|
||||
* @buffer: a #GtkTextBuffer
|
||||
* @iter: a position in the buffer
|
||||
* @text: UTF-8 format text to insert
|
||||
* @text: (array length=len) (element-type uint8): text in UTF-8 format
|
||||
* @len: length of text in bytes, or -1
|
||||
*
|
||||
* Inserts @len bytes of @text at position @iter. If @len is -1,
|
||||
@ -925,7 +925,7 @@ gtk_text_buffer_insert (GtkTextBuffer *buffer,
|
||||
/**
|
||||
* gtk_text_buffer_insert_at_cursor:
|
||||
* @buffer: a #GtkTextBuffer
|
||||
* @text: some text in UTF-8 format
|
||||
* @text: (array length=len) (element-type uint8): text in UTF-8 format
|
||||
* @len: length of text, in bytes
|
||||
*
|
||||
* Simply calls gtk_text_buffer_insert(), using the current
|
||||
|
Loading…
Reference in New Issue
Block a user