Method

IbisClientget_network

since: 0.4

Declaration [src]

const char*
ibis_client_get_network (
  IbisClient* client
)

Description [src]

Gets the network that the client is connected to.

Available since: 0.4

Gets propertyIbis.Client:network

Return value

Type: const char*

The network name if set, otherwise NULL.

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