Function

GdkDisplayopen

since: 2.2

Declaration [src]

GdkDisplay*
gdk_display_open (
  const gchar* display_name
)

Description [src]

Opens a display.

Available since: 2.2

Parameters

display_name

Type: const gchar*

The name of the display to open.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GdkDisplay

A GdkDisplay, or NULL if the display could not be opened.

The data is owned by the called function.
The return value can be NULL.