OutputStream.writevAllFinish

Finishes an asynchronous stream write operation started with g_output_stream_writev_all_async().

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 g_output_stream_writev_async().

class OutputStream
bool
writevAllFinish

Parameters

result AsyncResultIF

a #GAsyncResult

bytesWritten size_t

location to store the number of bytes that were written to the stream

Return Value

Type: bool

%TRUE on success, %FALSE if there was an error

Throws

GException on failure.

Meta

Since

2.60