Function

TalkatuTagname_for_action_name

Declaration [src]

const gchar*
talkatu_tag_name_for_action_name (
  const gchar* action_name
)

Description [src]

Gets the tag name that should be used for action_name.

Parameters

action_name

Type: const gchar*

The name of the action to find a tag name for.

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 tag name to be used for action_name, or NULL.

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