Package ch.bailu.gtk.gio
Interface TlsDatabaseClass.OnLookupCertificateIssuerFinish
- Enclosing class:
- TlsDatabaseClass
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiononLookupCertificateIssuerFinish
(CallbackHandler __self, TlsDatabase self, AsyncResult result)
-
Method Details
-
onLookupCertificateIssuerFinish
TlsCertificate onLookupCertificateIssuerFinish(CallbackHandler __self, @Nonnull TlsDatabase self, @Nonnull AsyncResult result) - Parameters:
self
- a #GTlsDatabaseresult
- a #GAsyncResult.- Returns:
- a newly allocated issuer #GTlsCertificate, or %NULL. Use g_object_unref() to release the certificate.
-