Signal

XdpInputCaptureSession::deactivated

Declaration

void
deactivated (
  XdpInputCaptureSession* self,
  guint activation_id,
  GVariant* options,
  gpointer user_data
)

Description [src]

Emitted when an InputCapture session deactivates and no longer sends events.

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

activation_id

Type: guint

The unique activation_id to identify this input capture.

options

Type: GVariant

A GVariant with the signal options.

The data is owned by the caller of the function.