Package: gdk

Function gdk:display-name

Lambda List

gdk:display-name (display)

Arguments

display -- a gdk:display object

Return Value

The string representing the display name.

Details

Gets the name of the display.

Examples

The name of the default display on Ubuntu 26.04
(gdk:display-name (gdk:display-default)) => "wayland-0"    
 

See also

2026-08-01