TypeScript API Documentation for DEX
API Version: 1
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v5.2.0
Since 1.2
Writes all bytes in vectors to stream.
vectors
stream
This function copies the vectors array before starting the operation, but the buffers referenced by the vectors must remain valid until the returned future completes.
Wraps Gio.OutputStream.writev_all_async.
a Gio.OutputStream
vectors to write to stream
the [IO priority][iface@Gio.AsyncResult#io-priority] of the request
a Dex.Future that resolves to a guint64 containing the number of bytes written, or rejects with error.
guint64
1.2
Writes all bytes in
vectorstostream.This function copies the
vectorsarray before starting the operation, but the buffers referenced by the vectors must remain valid until the returned future completes.Wraps Gio.OutputStream.writev_all_async.