API Version: 2.0
Library Version: 2.79.3
Generated by gi-docgen 2023.3
since: 2.28
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()
Available since: 2.28
Type: An array of utf8
utf8
A NULL-terminated array of the names of the actions in the group.
NULL