GtkActionGroup::remove_action

void remove_action(GtkAction action);

Use this method to remove an action object from the specified action group.

This method does NOT result in the action object being destroyed. It is simply disassociated with the action group. You may add the action to other action groups after using this method.

See also: add_action() , get_action()