Module: Gio::IOStreamSpliceFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

Do not close either stream.

0 or :none
CLOSE_STREAM1 =

Close the first stream after

the splice.
1 or :close_stream1
CLOSE_STREAM2 =

Close the second stream after

the splice.
2 or :close_stream2
WAIT_FOR_BOTH =

Wait for both splice operations to finish

before calling the callback.
4 or :wait_for_both