Signal

XdpGlobalShortcutsSession::deactivated

Declaration

void
deactivated (
  XdpGlobalShortcutsSession* self,
  gchar* shortcut_id,
  guint64 timestamp,
  GVariant* options,
  gpointer user_data
)

Description [src]

Emitted when a GlobalShortcuts shortcut of this session was deactivated.

Default handler:

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

Signal emission will restart instead of recursing
Hooks are disabled for this signal

Parameters

shortcut_id

Type: gchar*

Shortcut ID.

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

Type: guint64

Time of deactivation with millisecond granularity.

options

Type: GVariant

Signal options.

The data is owned by the caller of the function.