Method

GtkActionGroupremove_action

deprecated: 3.10 since: 2.4

Declaration [src]

void
gtk_action_group_remove_action (
  GtkActionGroup* action_group,
  GtkAction* action
)

Description [src]

Removes an action object from the action group.

Available since: 2.4

Deprecated since: 3.10

Please do not use it in newly written code.

Parameters

action

Type: GtkAction

An action.

The data is owned by the caller of the method.