Virtual Method
GtkTextBufferinsert_text
Declaration [src]
void
insert_text (
GtkTextBuffer* buffer,
GtkTextIter* pos,
const char* new_text,
int new_text_length
)
Parameters
pos
-
Type:
GtkTextIter
No description available.
The data is owned by the caller of the method. new_text
-
Type:
const char*
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:
int
No description available.