Method

GdkDisplayget_device_manager

deprecated: 3.20. since: 3.0

Declaration [src]

GdkDeviceManager*
gdk_display_get_device_manager (
  GdkDisplay* display
)

Description [src]

Returns the GdkDeviceManager associated to display.

Available since: 3.0

Deprecated since: 3.20.

Use gdk_display_get_default_seat() and GdkSeat operations.

Return value

Type: GdkDeviceManager

A GdkDeviceManager, or NULL. This memory is owned by GDK and must not be freed or unreferenced.

The returned data is owned by the instance.
The return value can be NULL.