Function
Dexoutput_stream_writev_all
unstable since: 1.2
Declaration [src]
DexFuture*
dex_output_stream_writev_all (
GOutputStream* stream,
const GOutputVector* vectors,
gsize n_vectors,
int io_priority
)
Description [src]
Writes all bytes in vectors to 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.
Available since: 1.2
Parameters
stream-
Type:
GOutputStreamThe data is owned by the caller of the function. vectors-
Type: An array of
GOutputVectorVectors to write to
stream.The length of the array is specified in the n_vectorsargument.The data is owned by the caller of the function. n_vectors-
Type:
gsizeThe number of vectors to write.
io_priority-
Type:
intThe IO priority of the request.