Gio.TlsDatabase.prototype.lookup_certificates_issued_by_finish

function lookup_certificates_issued_by_finish(result: Gio.AsyncResult): Array(Gio.TlsCertificate) {
    // Gjs wrapper for g_tls_database_lookup_certificates_issued_by_finish()
}
  

Finish an asynchronous lookup of certificates. See Gio.TlsDatabase.prototype.lookup_certificates_issued_by for more information.

Since 2.30

result

a Gio.AsyncResult.

Returns

a newly allocated list of Gio.TlsCertificate objects. Use GObject.Object.prototype.unref on each certificate, and GLib.List.free on the release the list.