Virtual Method

TalkatuHtmlRenderercomment

Declaration [src]

void
comment (
  TalkatuHtmlRenderer* renderer,
  const gchar* comment
)

Description [src]

The method to call when a comment is found. The passed in comment is the contents only and does not contain the start () tags.

Parameters

comment

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.