Method

TalkatuHtmlRendererrender

Declaration [src]

void
talkatu_html_renderer_render (
  TalkatuHtmlRenderer* renderer,
  const gchar* html
)

Description [src]

Renders the given html calling the TalkatuHtmlRendererClass functions as necessary.

Parameters

html

Type: const gchar*

The HTML text to render.

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