Method
PurpleAccountchange_password
since: 2.0
[−]
Declaration [src]
void
purple_account_change_password (
PurpleAccount* account,
const char* orig_pw,
const char* new_pw
)
[−]
Parameters
orig_pw
-
Type:
const char*
The old password.
The data is owned by the caller of the method. 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 method. The value is a NUL terminated UTF-8 string.