Handbook
Glossary
g_socket_receive_bytes_from ( socket address size timeout_us cancellable error -- GBytes* )
Vocabulary
gio
.
ffi
Inputs
socket
an
object
address
an
object
size
an
object
timeout_us
an
object
cancellable
an
object
error
an
object
Outputs
GBytes*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GBytes*
g_socket_receive_bytes_from
( GSocket* socket, GSocketAddress** address,
gsize
size,
gint64
timeout_us, GCancellable* cancellable, GError* error
)