Method

PurpleAccountrequest_password_async

unstable since: 3.0

Declaration [src]

void
purple_account_request_password_async (
  PurpleAccount* account,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer data
)

Description [src]

Requests a password from the user for the account.

This only requests the password and does nothing more.

Available since: 3.0

This method completes asynchronously. Use purple_account_request_password_finish() inside the GAsyncReadyCallback to obtain the result of the operation.

Parameters

cancellable

Type: GCancellable

An optional cancellable.

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

Type: GAsyncReadyCallback

The callback to call.

The argument can be NULL.
data

Type: gpointer

The user data to pass to the call back.

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