Signal

GdkDeviceManager::device-removed

Declaration

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

Description [src]

The ::device-removed signal is emitted either when a master pointer is removed, or when a slave (Hardware) input device is unplugged.

Default handler:

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

Parameters

device

Type: GdkDevice

The just removed GdkDevice.

The data is owned by the caller of the function.