SimpleActionGroup.lookup
gio.action.Action lookup(string actionName)Looks up the action with the name action_name in the group.
If no such action exists, returns null.
Parameters
actionName | the name of an action |
Returns
a #GAction, or null
Deprecated
Use [gio.action_map.ActionMap.lookupAction]