password_async
Description:
[ CCode ( vfunc_name = "prompt_password_async" ) ]
public abstract async unowned string password_async (Cancellable? cancellable) throws Error
public abstract async unowned string password_async (Cancellable? cancellable) throws Error
Prompts for password.
Set the various properties on the prompt before calling this method to explain which password should be entered.
This method will return immediately and complete asynchronously.
Parameters:
this |
a prompt |
cancellable |
optional cancellation object |
callback |
called when the operation completes |
user_data |
data to pass to the callback |