Method

PurpleAccountrequest_password

since: 2.0

Declaration [src]

void
purple_account_request_password (
  PurpleAccount* account,
  GCallback ok_cb,
  GCallback cancel_cb,
  void* user_data
)

Description [src]

Requests a password from the user for the account. Does not set the account password on success; do that in ok_cb if desired.

Available since: 2.0

Parameters

ok_cb

Type: GCallback

The callback for the OK button.

cancel_cb

Type: GCallback

The callback for the cancel button.

user_data

Type: void*

User data to be passed into callbacks.

The argument can be NULL.
The data is owned by the caller of the function.