lookup


Description:

[ Version ( deprecated = true , deprecated_since = "2.38" , since = "2.28" ) ]
public unowned Action lookup (string action_name)

Warning: lookup is deprecated since 2.38.

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

Note:

If no such action exists, returns null.

Parameters:

this

a SimpleActionGroup

action_name

the name of an action

Returns:

a Action, or null