Constructor

GVncConnectionnew

Declaration [src]

VncConnection*
vnc_connection_new (
  void
)

Description [src]

Create a new connection object, which is initially in the disconnected state.

Return value

Returns: VncConnection
 

The new connection.

 The caller of the function takes ownership of the data, and is responsible for freeing it.