Method

GtkUIManagerget_action_groups

deprecated: 3.10 since: 2.4

Declaration [src]

GList*
gtk_ui_manager_get_action_groups (
  GtkUIManager* manager
)

Description [src]

Returns 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.

Return value

Type: A list of None

A GList of action groups. The list is owned by GTK+ and should not be modified.

The returned data is owned by the instance.