open
Description:
[ Version ( deprecated = true , deprecated_since = "4.18" ) ]
public static Display? open (string? display_name)
public static Display? open (string? display_name)
Warning: open is deprecated since 4.18.
Tries to open a new display to the X server given by display_name
.
If opening the display fails, null is returned.
Parameters:
display_name |
name of the X display. See the Display for details. |
Returns:
The new display |