Handbook
Glossary
g_output_stream_write_all ( output_stream buffer count bytes_written cancellable error -- gboolean )
Vocabulary
gio
.
ffi
Inputs
output_stream
an
object
buffer
an
object
count
an
object
bytes_written
an
object
cancellable
an
object
error
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
gboolean
g_output_stream_write_all
( GOutputStream* output_stream, guint8* buffer,
gulong
count,
gulong
bytes_written, GCancellable* cancellable,
GError* error )