Method

GdkDisplayManageropen_display

since: 3.0

Declaration [src]

GdkDisplay*
gdk_display_manager_open_display (
  GdkDisplayManager* manager,
  const gchar* name
)

Description [src]

Opens a display.

Available since: 3.0

Parameters

name

Type: const gchar*

The name of the display to open.

The data is owned by the caller of the method.
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 returned data is owned by the instance.
The return value can be NULL.