Handbook
Glossary
g_socket_receive_bytes ( socket size timeout_us cancellable error -- GBytes* )
Vocabulary
gio
.
ffi
Inputs
socket
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
( GSocket* socket,
gsize
size,
gint64
timeout_us,
GCancellable* cancellable, GError* error )