Method

IbisClientget_realname

since: 0.1

Declaration [src]

const char*
ibis_client_get_realname (
  IbisClient* client
)

Description [src]

Gets the realname that is being used when sending the USER command.

Before version 0.11.1 this used to fall back to IbisClient:nick if it was unset. Since then it only returns the actual value of IbisClient:realname.

Available since: 0.1

Gets propertyIbis.Client:realname

Return value

Type: const char*

The realname.

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