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