OutputStream.writeAllFinish

bool writeAllFinish(gio.async_result.AsyncResult result, out size_t bytesWritten)

Finishes an asynchronous stream write operation started with [gio.output_stream.OutputStream.writeAllAsync].

As a special exception to the normal conventions for functions that use #GError, if this function returns false (and sets error) then bytes_written will be set to the number of bytes that were successfully written before the error was encountered. This functionality is only available from C. If you need it from another language then you must write your own loop around [gio.output_stream.OutputStream.writeAsync].

Parameters

resulta #GAsyncResult
bytesWrittenlocation to store the number of bytes that was written to the stream

Returns

true on success, false if there was an error

Throws

[ErrorWrap]