Gio.ActionGroup.prototype.list_actions
function list_actions(): Array(String) { // Gjs wrapper for g_action_group_list_actions() }
Lists the actions contained within action_group.
The caller is responsible for freeing the list with GLib.strfreev when it is no longer required.
Since 2.28
- Returns
a null-terminated array of the names of the actions in the groupb