Method

GdkScreenmake_display_name

deprecated: 3.22 since: 2.2

Declaration [src]

gchar*
gdk_screen_make_display_name (
  GdkScreen* screen
)

Description [src]

Determines the name to pass to gdk_display_open() to get a GdkDisplay with this screen as the default screen.

Available since: 2.2

Deprecated since: 3.22

Please do not use it in newly written code.

Return value

Type: gchar*

A newly allocated string, free with g_free()

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.