GOutputStreamClass.spliceFinish

struct GOutputStreamClass
extern (C)
ptrdiff_t function(GOutputStream* stream, GAsyncResult* result, GError** err) spliceFinish;

Return Value

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.