Method
GtkVncDisplayopen_fd
Declaration [src]
gboolean
vnc_display_open_fd (
VncDisplay* obj,
int fd
)
Description [src]
Open a connection using fd
as the transport. If fd
refers to a TCP connection, it is recommended to use
vnc_display_open_fd_with_hostname instead, to
provide the remote hostname. This allows use of
x509 based authentication which requires a hostname
to be available.