Function

Talkatumarkup_append_html

Declaration [src]

void
talkatu_markup_append_html (
  TalkatuBuffer* buffer,
  const gchar* text,
  gint len
)

Description [src]

Appends text to buffer at the current insertion point of buffer.

Parameters

buffer

Type: TalkatuBuffer

The TalkatuBuffer instance.

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

Type: const gchar*

The text to append.

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

Type: gint

The len of text.