Method

XemeConnectionget_server

since: 0.1

Declaration [src]

const char*
xeme_connection_get_server (
  XemeConnection* connection
)

Description [src]

Gets the explicit server that connection should connect to.

See xeme_connection_connect_async() for more information.

Available since: 0.1

Gets propertyXeme.Connection:server

Return value

Type: const char*

The explicit server to connect to or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.