open
Description:
public static Display?
open (
string? display_name)
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: