Method

PurpleAccountset_username

since: 2.0

Declaration [src]

void
purple_account_set_username (
  PurpleAccount* account,
  const char* username
)

Description [src]

Sets the username of account to username.

Available since: 2.0

Parameters

username

Type: const char*

The new username.

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