get_action
Description:
[
Version ( since =
"2.4" ) ]
public virtual unowned Action get_action (
string action_name)
Looks up an action in the action group by name.
Parameters:
| this |
the action group
|
| action_name |
the name of the action
|
Returns:
|
the action, or null if no action by that name exists
|