Gdk.getDisplay

Warning gdk_get_display has been deprecated since version 3.8 and should not be used in newly-written code. Call gdk_display_get_name (gdk_display_get_default())) instead. Gets the name of the display, which usually comes from the DISPLAY environment variable or the --display command line option.

class Gdk
static
string
getDisplay
()

Return Value

Type: string

the name of the display.

Meta