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