call_get_password_sync
Description:
public bool call_get_password_sync (string arg_id, out string out_password, Cancellable? cancellable = null) throws Error
Synchronously invokes the GetPassword D-Bus method on this.
The calling thread is blocked until a reply is received.
See call_get_password for the asynchronous version of this method.
Parameters:
this | |
arg_id |
Argument to pass with the method invocation. |
out_password |
Return location for return parameter or |
cancellable |
A Cancellable or |
Returns:
|