Package: gio

Function g-simple-action-group-insert

Lambda List

g-simple-action-group-insert (group action)

Arguments

group -- a g-simple-action-group object
action -- a g-action object

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

2021-12-10