Method

XemeConnectionset_server

since: 0.1

Declaration [src]

void
xeme_connection_set_server (
  XemeConnection* connection,
  const char* server
)

Description [src]

Sets the explicit server to connect to.

Passing NULL for server will unset any previous value.

Available since: 0.1

Sets propertyXeme.Connection:server

Parameters

server

Type: const char*

The new explicit server to connect to.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.