Package: gio

Function gio:simple-action-group-remove

Lambda List

gio:simple-action-group-remove (group name)

Arguments

group -- a g:simple-action-group instance
name -- a string with the name of the action

Details

Removes the named action from the action group. If no action of this name is in the action group then nothing happens.

Warning

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

See also

#2024-12-27