Method
GioDtlsConnectionhandshake_finish
Declaration
gboolean
g_dtls_connection_handshake_finish (
GDtlsConnection* conn,
GAsyncResult* result,
GError** error
)
Description
Finish an asynchronous TLS handshake operation. See
g_dtls_connection_handshake()
for more information.
Available since: | 2.48 |
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |