Function
FwupdPluginoutput_stream_write_bytes
Declaration [src]
gboolean
fu_output_stream_write_bytes (
GOutputStream* stream,
GBytes* bytes,
FuProgress* progress,
GError** error
)
Description [src]
Write bytes into the stream, retrying as required. Will block during the operation.
| Available since: | 2.0.12 |
Parameters
stream |
GOutputStream |
A |
|
| The data is owned by the caller of the function. | |
bytes |
GBytes |
A |
|
| The data is owned by the caller of the function. | |
progress |
FuProgress |
Optional |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |