TlsDatabase.lookupCertificatesIssuedByFinish

gio.tls_certificate.TlsCertificate[] lookupCertificatesIssuedByFinish(gio.async_result.AsyncResult result)

Finish an asynchronous lookup of certificates. See gio.tls_database.TlsDatabase.lookupCertificatesIssuedBy for more information.

Parameters

resulta #GAsyncResult.

Returns

a newly allocated list of #GTlsCertificate

objects. Use gobject.object.ObjectWrap.unref on each certificate, and glib.list.List.free on the release the list.

Throws