Function
GdkDisplayget_default
since: 2.2
Declaration [src]
GdkDisplay*
gdk_display_get_default (
void
)
Description [src]
Gets the default GdkDisplay. This is a convenience
function for:
gdk_display_manager_get_default_display (gdk_display_manager_get ()).
Available since: 2.2
Return value
Type: GdkDisplay
A GdkDisplay, or NULL if
there is no default display.
| The data is owned by the called function. |
The return value can be NULL. |