Method
PurpleCredentialProviderwrite_password_async
Declaration [src]
void
purple_credential_provider_write_password_async (
PurpleCredentialProvider* provider,
PurpleAccount* account,
const gchar* password,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer data
)
Parameters
account |
PurpleAccount |
The |
|
The data is owned by the caller of the function. | |
password |
const gchar* |
The password to write. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
cancellable |
GCancellable |
Optional GCancellable object, |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A |
|
The argument can be NULL . | |
data |
gpointer |
User data to pass to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |