Function

TalkatuTagname_to_html

Declaration [src]

const gchar*
talkatu_tag_name_to_html (
  const gchar* tag_name
)

Description [src]

Determines the HTML tag for tag_name.

Parameters

tag_name

Type: const gchar*

The name of the tag.

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

Return value

Type: const gchar*

The HTML tag if any for tag_name.

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