Function
Dexoutput_stream_write_bytes
Declaration [src]
DexFuture*
dex_output_stream_write_bytes (
GOutputStream* stream,
GBytes* bytes,
int io_priority
)
Description [src]
Writes bytes to stream.
This function takes a reference to bytes and may be released after
calling this function.
Parameters
stream-
Type:
GOutputStreamA
GInputStream.The data is owned by the caller of the function. bytes-
Type:
GBytesThe
GBytesto write to the stream.The data is owned by the caller of the function. io_priority-
Type:
intThe IO priority of the request.