Signal

GdkSeat::device-removed

since: 3.20

Declaration

void
device_removed (
  GdkSeat* self,
  GdkDevice* device,
  gpointer user_data
)

Description [src]

The ::device-removed signal is emitted when an input device is removed (e.g. unplugged).

Default handler:

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

Available since: 3.20

Parameters

device

Type: GdkDevice

The just removed GdkDevice.

The data is owned by the caller of the function.