Signal

Gdk.Seat::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 GdkDevice
 

the newly added GdkDevice.

 Ownership is not transferred to the callee