Package ch.bailu.gtk.gio
Interface TlsConnectionClass.OnHandshake
- Enclosing class:
- TlsConnectionClass
- 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 TypeMethodDescriptionboolean
onHandshake
(CallbackHandler __self, TlsConnection conn, Cancellable cancellable)
-
Method Details
-
onHandshake
boolean onHandshake(CallbackHandler __self, @Nonnull TlsConnection conn, @Nullable Cancellable cancellable) - Parameters:
conn
- a #GTlsConnectioncancellable
- a #GCancellable, or %NULL- Returns:
- success or failure
-