Method

GtkActionGrouplist_actions

deprecated: 3.10 since: 2.4

Declaration [src]

GList*
gtk_action_group_list_actions (
  GtkActionGroup* action_group
)

Description [src]

Lists the actions in the action group.

Available since: 2.4

Deprecated since: 3.10

Please do not use it in newly written code.

Return value

Type: A list of GtkAction*

An allocated list of the action objects in the action group.

The caller of the method takes ownership of the returned data container, but not the data inside it.