Virtual Method
GtkTextBufferinsert_text
Declaration [src]
void
insert_text (
GtkTextBuffer* buffer,
GtkTextIter* pos,
const gchar* new_text,
gint new_text_length
)
Parameters
pos
-
Type:
GtkTextIter
No description available.
The data is owned by the caller of the method. new_text
-
Type:
const gchar*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. new_text_length
-
Type:
gint
No description available.