Package ch.bailu.gtk.gio
Interface TlsDatabaseClass.OnCreateCertificateHandle
- 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 TypeMethodDescriptiononCreateCertificateHandle
(CallbackHandler __self, TlsDatabase self, TlsCertificate certificate)
-
Method Details
-
onCreateCertificateHandle
Str onCreateCertificateHandle(CallbackHandler __self, @Nonnull TlsDatabase self, @Nonnull TlsCertificate certificate) - Parameters:
self
- a #GTlsDatabasecertificate
- certificate for which to create a handle.- Returns:
- a newly allocated string containing the handle.
-