pub fn connect(
dpy_name: Option<&str>,
) -> Result<(RustConnection, usize), ConnectError>
Expand description
Establish a new connection to an X11 server.
This function is identical to RustConnection::connect.
pub fn connect(
dpy_name: Option<&str>,
) -> Result<(RustConnection, usize), ConnectError>
Establish a new connection to an X11 server.
This function is identical to RustConnection::connect.