Method

GdkDisplayget_name

since: 2.2

Declaration [src]

const gchar*
gdk_display_get_name (
  GdkDisplay* display
)

Description [src]

Gets the name of the display.

Available since: 2.2

Return value

Type: const gchar*

A string representing the display name. This string is owned by GDK and should not be modified or freed.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.