GTlsInteractionClass.askPassword

ask for a password synchronously. If the implementation returns gio.types.TlsInteractionResult.Handled, then the password argument should have been filled in by using gio.tls_password.TlsPassword.setValue or a similar function.

struct GTlsInteractionClass
extern (C)
GTlsInteractionResult function(GTlsInteraction* interaction, GTlsPassword* password, GCancellable* cancellable, GError** _err) askPassword;