OutputStream.spliceFinish

Finishes an asynchronous stream splice operation.

class OutputStream
ptrdiff_t
spliceFinish

Parameters

result AsyncResultIF

Return Value

Type: ptrdiff_t

a gssize of the number of bytes spliced. Note that if the number of bytes spliced is greater than G_MAXSSIZE, then that will be returned, and there is no way to determine the actual number of bytes spliced.

Throws

GException on failure.