Handbook
Glossary
g_socket_send_message_with_timeout ( socket address vectors num_vectors messages num_messages flags timeout_us bytes_written cancellable error -- GPollableReturn )
Vocabulary
gio
.
ffi
Inputs
socket
an
object
address
an
object
vectors
an
object
num_vectors
an
object
messages
an
object
num_messages
an
object
flags
an
object
timeout_us
an
object
bytes_written
an
object
cancellable
an
object
error
an
object
Outputs
GPollableReturn
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GPollableReturn
g_socket_send_message_with_timeout
( GSocket* socket, GSocketAddress* address, GOutputVector**
vectors,
gint
num_vectors, GSocketControlMessage** messages,
gint
num_messages,
gint
flags,
gint64
timeout_us, gsize*
bytes_written, GCancellable* cancellable, GError* error )