Handbook
Glossary
g_dtls_connection_shutdown_async ( dtls_connection shutdown_read shutdown_write io_priority cancellable callback user_data -- )
Vocabulary
gio
.
ffi
Inputs
dtls_connection
an
object
shutdown_read
an
object
shutdown_write
an
object
io_priority
an
object
cancellable
an
object
callback
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_dtls_connection_shutdown_async
( GDtlsConnection* dtls_connection,
gboolean
shutdown_read,
gboolean
shutdown_write,
gint
io_priority, GCancellable*
cancellable,
GAsyncReadyCallback
callback,
gpointer
user_data )