TlsConnection.handshakeAsync

Asynchronously performs a TLS handshake on conn. See g_tls_connection_handshake() for more information. Since 2.28

class TlsConnection
void
handshakeAsync

Parameters

ioPriority int

the I/O priority of the request.

cancellable Cancellable

a GCancellable, or NULL. [allow-none]

callback GAsyncReadyCallback

callback to call when the handshake is complete

userData void*

the data to pass to the callback function

Meta