Method

PurpleAccountchange_password

since: 2.0

Declaration [src]

void
purple_account_change_password (
  PurpleAccount* account,
  const char* orig_pw,
  const char* new_pw
)

Description [src]

Changes the password on the specified account.

Available since: 2.0

Parameters

orig_pw

Type: const char*

The old password.

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

Type: const char*

The new password.

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