GTlsDatabaseClass.lookupCertificatesIssuedByFinish

struct GTlsDatabaseClass
extern (C)
GList* function(GTlsDatabase* self, GAsyncResult* result, GError** err) lookupCertificatesIssuedByFinish;

Return Value

a newly allocated list of gio.TlsCertificate objects. Use g_object_unref() on each certificate, and g_list_free() on the release the list.

Throws

GException on failure.