Method
GdkDeviceManagerget_display
since: 3.0
Declaration [src]
GdkDisplay*
gdk_device_manager_get_display (
GdkDeviceManager* device_manager
)
Description [src]
Gets the GdkDisplay associated to device_manager.
Available since: 3.0
| Gets property | Gdk.DeviceManager:display |
Return value
Type: GdkDisplay
The GdkDisplay to which
device_manager is associated to, 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. |