OutputStream.spliceFinish

Finishes an asynchronous stream splice operation.

class OutputStream
spliceFinish

Parameters

result AsyncResultIF

a GAsyncResult.

Return Value

Type: gssize

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.

Meta