Function

Talkatuaction_name_for_tag_name

Declaration [src]

const gchar*
talkatu_action_name_for_tag_name (
  const gchar* tag_name
)

Description [src]

Looks up a GAction for the the tag named tag_name.

Parameters

tag_name

Type: const gchar*

The name of the tag to lookup.

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 GAction if one is found, otherwise NULL.

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