get_action_group


Description:

public unowned ActionGroup? get_action_group (string prefix)

Locates the ActionGroup inserted as prefix.

If no group was found matching group, null is returned.

Parameters:

this

a ActionMuxer

prefix

the name of the inserted action group

Returns:

a ActionGroup matching prefix if found, otherwise null.