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.
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:
guint64Time of activation with millisecond granularity.
options-
Type:
GVariantSignal options.
The data is owned by the caller of the function.