TlsDatabase.lookupCertificatesIssuedByFinish

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

class TlsDatabase
lookupCertificatesIssuedByFinish

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult.

Return Value

Type: gio.tls_certificate.TlsCertificate[]

a newly allocated list of #GTlsCertificate objects. Use gobject.object.ObjectG.unref on each certificate, and glib.list.List.free on the release the list.