Method
GtkUIManagerremove_action_group
deprecated: 3.10 since: 2.4
Declaration [src]
void
gtk_ui_manager_remove_action_group (
GtkUIManager* manager,
GtkActionGroup* action_group
)
Description [src]
Removes an action group from the list of action groups associated
with manager
.
Available since: 2.4
Deprecated since: 3.10
Please do not use it in newly written code.
Parameters
action_group
-
Type:
GtkActionGroup
The action group to be removed.
The data is owned by the caller of the method.