Virtual Method

GtkTextBufferinsert_text

Declaration [src]

void
insert_text (
  GtkTextBuffer* buffer,
  GtkTextIter* pos,
  const gchar* new_text,
  gint new_text_length
)

Description

No description available.

Parameters

pos

Type: GtkTextIter

No description available.

The data is owned by the caller of the function.
new_text

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
new_text_length

Type: gint

No description available.