Package: gio

Function gio:simple-action-group-insert

Lambda List

gio:simple-action-group-insert (group action)

Arguments

group -- a g:simple-action-group instance
action -- a g:action instance

Details

Adds an action to the action group. If the action group already contains an action with the same name as action then the old action is dropped from the action group. The action group takes its own reference on action.

Warning

The g:simple-action-group-insert function has been deprecated since version 2.38 and should not be used in newly written code. Use the g:action-map-add-action function.
 

See also

#2024-12-27