Method

GdkSeatget_devices

Declaration [src]

GList*
gdk_seat_get_devices (
  GdkSeat* seat,
  GdkSeatCapabilities capabilities
)

Description [src]

Returns the devices that match the given capabilities.

Parameters

capabilities

Type: GdkSeatCapabilities

Capabilities to get devices for.

Return value

Type: A list of GdkDevice*

A list of GdkDevices. The list must be freed with g_list_free(), the elements are owned by GTK and must not be freed.

The caller of the method takes ownership of the returned data container, but not the data inside it.