lookup_password


Description:

[ Version ( since = "3.12" ) ]
public async bool lookup_password (Cancellable? cancellable, out string? out_password) throws Error

Asynchronously looks up a password for this.

Both the default and session keyrings are queried. This operation does not rely on the registry service and therefore works for any Source -- registered or "scratch".

When the operation is finished, callback will be called. You can then call lookup_password.end to get the result of the operation.

Parameters:

this

an Source

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when the request is satisfied

user_data

data to pass to the callback function