Method

TalkatuActionGroupget_activated_formats

Declaration [src]

gchar**
talkatu_action_group_get_activated_formats (
  TalkatuActionGroup* ag
)

Description [src]

Returns an array of all actions that are activated. This values must be free’d with g_strfreev.

Return value

Type: An array of utf8

A list of actions that are activated.

The array is NULL-terminated.
The caller of the method takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.