Method

IbisClientget_alt_nick

since: 0.1

Declaration [src]

const char*
ibis_client_get_alt_nick (
  IbisClient* client
)

Description [src]

Gets the alternative nick to use in the event that IbisClient:nick is already in use.

Available since: 0.1

Gets propertyIbis.Client:alt-nick

Return value

Type: const char*

The alternative nick.

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