Method

GtkShortcutLabelget_accelerator

Declaration [src]

const char*
gtk_shortcut_label_get_accelerator (
  GtkShortcutLabel* self
)

Description [src]

Retrieves the current accelerator of self.

Return value

Returns: const char*
 

The current accelerator.

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