SimpleActionGroup.remove
void remove(string actionName)Removes the named action from the action group.
If no action of this name is in the group then nothing happens.
Parameters
actionName | the name of the action |
Deprecated
Use [gio.action_map.ActionMap.removeAction]