Method
GdkDisplayManagerget_default_display
since: 2.2
Declaration [src]
GdkDisplay*
gdk_display_manager_get_default_display (
GdkDisplayManager* manager
)
Description [src]
Gets the default GdkDisplay
.
Available since: 2.2
Gets property | Gdk.DisplayManager:default-display |
Return value
Type: GdkDisplay
A GdkDisplay
, or NULL
if
there is no default display.
The returned data is owned by the instance. |
The return value can be NULL . |