Method

GtkActionGroupget_name

deprecated: 3.10 since: 2.4

Declaration [src]

const gchar*
gtk_action_group_get_name (
  GtkActionGroup* action_group
)

Description [src]

Gets the name of the action group.

Available since: 2.4

Deprecated since: 3.10

Please do not use it in newly written code.

Gets propertyGtk.ActionGroup:name

Return value

Type: const gchar*

The name of the action group.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.