Method

Gtk.ShortcutTrigger.to_label

Declaration [src]

char*
gtk_shortcut_trigger_to_label (
  GtkShortcutTrigger* self,
  GdkDisplay* display
)

Description [src]

Gets textual representation for the given trigger.

This function is returning a translated string for presentation to end users for example in menu items or in help texts.

The display in use may influence the resulting string in various forms, such as resolving hardware keycodes or by causing display-specific modifier names.

The form of the representation may change at any time and is not guaranteed to stay identical.

Parameters

display GdkDisplay*
 

GdkDisplay to print for

 Ownership is not transferred to the callee

Return value

Returns: char*

a new string

Ownership of the data is transferred to the caller
The string is a NUL terminated UTF-8 string