Signal

XdpGlobalShortcutsSession::activated

Declaration

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

Description [src]

Emitted when a GlobalShortcuts shortcut of this session was activated.

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 activation with millisecond granularity.

options

Type: GVariant

Signal options.

The data is owned by the caller of the function.