Method

GdkDisplaylist_devices

deprecated: 3.0 since: 2.2

Declaration [src]

GList*
gdk_display_list_devices (
  GdkDisplay* display
)

Description [src]

Returns the list of available input devices attached to display. The list is statically allocated and should not be freed.

Available since: 2.2

Deprecated since: 3.0

Use gdk_device_manager_list_devices() instead.

Return value

Type: A list of GdkDevice*

a list of `GdkDevice`.
The returned data is owned by the instance.