Method
GVncConnectionopen_fd_with_hostname
Declaration [src]
gboolean
vnc_connection_open_fd_with_hostname (
VncConnection* conn,
int fd,
const char* hostname
)
Description [src]
Open a connection using fd
as the transport. The
hostname
provided should reflect the name of the
host that the fd
provides a connection to. This
will be used by some authentication schemes, for
example x509 certificate validation against hostname
.