Method

GtkShortcutLabelget_accelerator

since: 3.22

Declaration [src]

const gchar*
gtk_shortcut_label_get_accelerator (
  GtkShortcutLabel* self
)

Description [src]

Retrieves the current accelerator of self.

Available since: 3.22

Return value

Type: const gchar*

The current accelerator.

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