Method
GVncConnectionopen_host
Declaration [src]
gboolean
vnc_connection_open_host (
  VncConnection* conn,
  const char* host,
  const char* port
)
Parameters
- host
- 
            Type: const char*The host name or IP address. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- port
- 
            Type: const char*The service name or port number. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.