GtkActionGroup::get_action

GtkAction get_action(string action_name);

You can use this method to lookup an action by its name in a specified action group. Pass the action group and action name as parameters to the function. It will return the action object, or null if no action by that name exists in the group.

See also: add_action() , remove_action()