IOStream.spliceAsync

Asyncronously splice the output stream of stream1 to the input stream of stream2, and splice the output stream of stream2 to the input stream of stream1. When the operation is finished callback will be called. You can then call g_io_stream_splice_finish() to get the result of the operation. Since 2.28

Parameters

stream2 IOStream

a GIOStream.

flags GIOStreamSpliceFlags

a set of GIOStreamSpliceFlags.

ioPriority int

the io priority of the request.

cancellable Cancellable

optional GCancellable object, NULL to ignore. [allow-none]

callback GAsyncReadyCallback

a GAsyncReadyCallback. [scope async]

userData void*

user data passed to callback. closure

Meta