Package ch.bailu.gtk.gio
Interface TlsClientConnectionInterface.OnCopySessionState
- Enclosing class:
- TlsClientConnectionInterface
- 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 TypeMethodDescriptionvoid
onCopySessionState
(CallbackHandler __self, TlsClientConnection conn, TlsClientConnection source)
-
Method Details
-
onCopySessionState
void onCopySessionState(CallbackHandler __self, @Nonnull TlsClientConnection conn, @Nonnull TlsClientConnection source) - Parameters:
conn
- a #GTlsClientConnectionsource
- a #GTlsClientConnection
-