API Version: 2.0
Library Version: 2.72
gchar** g_action_group_list_actions ( GActionGroup* action_group )
Lists the actions contained within action_group.
action_group
The caller is responsible for freeing the list with g_strfreev() when it is no longer required.
g_strfreev()
utf8
A NULL-terminated array of the names of the actions in the group.
NULL