Signal

GdkSeat::device-added

Declaration

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

Description [src]

Emitted when a new input device is related to this seat.

Default handler:

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

Parameters

device

Type: GdkDevice

The newly added GdkDevice.

The data is owned by the caller of the function.