TlsDatabase.lookupCertificatesIssuedByFinish

Finish an asynchronous lookup of certificates. See g_tls_database_lookup_certificates_issued_by() for more information. Since 2.30

class TlsDatabase
lookupCertificatesIssuedByFinish

Parameters

result AsyncResultIF

a GAsyncResult.

Return Value

Type: ListG

a newly allocated list of GTlsCertificate objects. Use g_object_unref() on each certificate, and g_list_free() on the release the list. [transfer full][element-type GTlsCertificate]

Throws

GException on failure.

Meta