SimpleActionGroup.lookup

Looks up the action with the name action_name in the group.

If no such action exists, returns null.

More...
class SimpleActionGroup
lookup
(
string actionName
)

Parameters

actionName string

the name of an action

Return Value

Type: gio.action.Action

a #GAction, or null

Detailed Description