Signal

XdpGlobalShortcutsSession::shortcuts-changed

Declaration

void
shortcuts_changed (
  XdpGlobalShortcutsSession* self,
  XdpGlobalShortcutAssigned** shortcuts,
  gpointer user_data
)

Description [src]

Emitted when a GlobalShortcuts session’s shortcuts have changed. This signal is emitted after new shortcuts have already become effective.

The shortcuts array is only valid for the duration of the signal emission.

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

shortcuts

Type: An array of XdpGlobalShortcutAssigned*

updated shortcuts.

The data is owned by the caller of the function.