Method

IbisClientset_realname

since: 0.1

Declaration [src]

void
ibis_client_set_realname (
  IbisClient* client,
  const char* realname
)

Description [src]

Sets the realname to use when sending the USER command.

Available since: 0.1

Sets propertyIbis.Client:realname

Parameters

realname

Type: const char*

The new realname.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.