Method

IbisClientget_primary_nick

unstable since: 0.15

Declaration [src]

const char*
ibis_client_get_primary_nick (
  IbisClient* client
)

Description [src]

Gets the primary nick.

Available since: 0.15

Return value

Type: const char*

The primary nick.

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