Function

Talkatumarkup_set_html

Declaration [src]

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

Description [src]

Replaces all text in buffer with text.

Parameters

buffer

Type: TalkatuBuffer

A TalkatuBuffer instance.

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

Type: const gchar*

The HTML text to set.

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, or -1.