Function
Dexoutput_stream_write
Declaration [src]
DexFuture*
dex_output_stream_write (
GOutputStream* self,
gconstpointer buffer,
gsize count,
int io_priority
)
Parameters
self-
Type:
GOutputStreamThe data is owned by the caller of the function. buffer-
Type: An array of
guint8No description available.
The length of the array is specified in the countargument. count-
Type:
gsizeSize in bytes to write to the output stream.
io_priority-
Type:
intThe IO priority of the request.