Method

PurpleAccountset_name

unstable since: 3.0

Declaration [src]

void
purple_account_set_name (
  PurpleAccount* account,
  const char* name
)

Description [src]

Sets the user supplied name of an account.

Available since: 3.0

Sets propertyPurple.Account:name

Parameters

name

Type: const char*

The new name.

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