Method

IbisClientget_nick

since: 0.1

Declaration [src]

const char*
ibis_client_get_nick (
  IbisClient* client
)

Description [src]

Gets the nick from client.

Available since: 0.1

Gets propertyIbis.Client:nick

Return value

Type: const char*

The nick.

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