Gio.TlsDatabase::lookup_certificate_issuer_async

function vfunc_lookup_certificate_issuer_async(certificate: Gio.TlsCertificate, interaction: Gio.TlsInteraction, flags: Gio.TlsDatabaseLookupFlags, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void {
}
  

Asynchronously lookup the issuer of certificate in the database. See Gio.TlsDatabase.prototype.lookup_certificate_issuer for more information.

Since 2.30

certificate

a Gio.TlsCertificate

interaction

used to interact with the user if necessary

flags

flags which affect the lookup operation

cancellable

a Gio.Cancellable, or null

callback

callback to call when the operation completes