Function

Talkatumarkup_insert_html

Declaration [src]

void
talkatu_markup_insert_html (
  TalkatuBuffer* buffer,
  GtkTextIter* iter,
  const gchar* text,
  gint len
)

Description [src]

Inserts text in buffer at iter.

Parameters

buffer

Type: TalkatuBuffer

The TalkatuBuffer instance.

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

Type: GtkTextIter

The insertion point for the deserialized text.

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

Type: const gchar*

The text to insert.

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

Type: gint

The length of text.