ActionMapT.lookupAction

Looks up the action with the name action_name in action_map.

If no such action exists, returns null.

template ActionMapT()
override
lookupAction
(
string actionName
)

Parameters

actionName string

the name of an action

Return Value

Type: gio.action.Action

a #GAction, or null