Package ch.bailu.gtk.gio
Interface TlsDatabaseClass.OnLookupCertificateIssuer
- 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 TypeMethodDescriptiononLookupCertificateIssuer
(CallbackHandler __self, TlsDatabase self, TlsCertificate certificate, TlsInteraction interaction, int flags, Cancellable cancellable)
-
Method Details
-
onLookupCertificateIssuer
TlsCertificate onLookupCertificateIssuer(CallbackHandler __self, @Nonnull TlsDatabase self, @Nonnull TlsCertificate certificate, @Nullable TlsInteraction interaction, int flags, @Nullable Cancellable cancellable) - Parameters:
self
- a #GTlsDatabasecertificate
- a #GTlsCertificateinteraction
- used to interact with the user if necessaryflags
- flags which affect the lookup operationcancellable
- a #GCancellable, or %NULL- Returns:
- a newly allocated issuer #GTlsCertificate, or %NULL. Use g_object_unref() to release the certificate.
-