Method

Gtk.ShortcutTrigger.to_string

Declaration [src]

char*
gtk_shortcut_trigger_to_string (
  GtkShortcutTrigger* self
)

Description [src]

Prints the given trigger into a human-readable string.

This is a small wrapper around gtk_shortcut_trigger_print() to help when debugging.

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