Method

GtkShortcutActionto_string

Declaration [src]

char*
gtk_shortcut_action_to_string (
  GtkShortcutAction* self
)

Description [src]

Prints the given action into a human-readable string.

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

Return value

Type: char*

A new string.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.