Handbook
Glossary
g_input_stream_read ( input_stream buffer count cancellable error -- glong )
Vocabulary
gio
.
ffi
Inputs
input_stream
an
object
buffer
an
object
count
an
object
cancellable
an
object
error
an
object
Outputs
glong
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
glong
g_input_stream_read
( GInputStream* input_stream,
gpointer
buffer,
gulong
count,
GCancellable* cancellable, GError* error )