Method

GtkActionget_name

deprecated: 3.10 since: 2.4

Declaration [src]

const gchar*
gtk_action_get_name (
  GtkAction* action
)

Description [src]

Returns the name of the action.

Available since: 2.4

Deprecated since: 3.10

Use g_action_get_name() on a GAction instead.

Gets propertyGtk.Action:name

Return value

Type: const gchar*

The name of the action. The string belongs to GTK+ and should not be freed.

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