Method

GtkMenuget_accel_path

since: 2.14

Declaration [src]

const gchar*
gtk_menu_get_accel_path (
  GtkMenu* menu
)

Description [src]

Retrieves the accelerator path set on the menu.

Available since: 2.14

Gets propertyGtk.Menu:accel-path

Return value

Type: const gchar*

The accelerator path set on the menu.

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