Method

GtkActionget_accel_path

deprecated: 3.10 since: 2.6

Declaration [src]

const gchar*
gtk_action_get_accel_path (
  GtkAction* action
)

Description [src]

Returns the accel path for this action.

Available since: 2.6

Deprecated since: 3.10

Use GAction and the accelerator path on an associated GtkMenu instead.

Return value

Type: const gchar*

The accel path for this action, or NULL if none is set. The returned string is owned by GTK+ and must not be freed or modified.

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