Signal

PhoshKeyboardEvents::released

since: 0

Declaration

void
released (
  PhoshKeyboardEvents* self,
  gchar* combo,
  gpointer user_data
)

Description [src]

Emitted when a subscribed key binding was released.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 0

Parameters

combo

Type: gchar*

The released global shortcut as string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.