Method
GioDtlsConnectionclose_async
since: 2.48
Declaration [src]
void
g_dtls_connection_close_async (
GDtlsConnection* conn,
int io_priority,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Asynchronously close the DTLS connection. See g_dtls_connection_close()
for
more information.
Available since: 2.48
This method completes asynchronously. Use g_dtls_connection_close_finish()
inside the GAsyncReadyCallback
to obtain the result of the operation.
Parameters
io_priority
-
Type:
int
The I/O priority of the request.
cancellable
-
Type:
GCancellable
A
GCancellable
, orNULL
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
Callback to call when the close operation is complete.
The argument can be NULL
. user_data
-
Type:
gpointer
The data to pass to the callback function.
The argument can be NULL
.The data is owned by the caller of the method.