Gio.IOStreamSpliceFlags

GIOStreamSpliceFlags determine how streams should be spliced.

Since 2.28

IOStreamSpliceFlags.NONE

Do not close either stream.

IOStreamSpliceFlags.CLOSE_STREAM1

Close the first stream after the splice.

IOStreamSpliceFlags.CLOSE_STREAM2

Close the second stream after the splice.

IOStreamSpliceFlags.WAIT_FOR_BOTH

Wait for both splice operations to finish before calling the callback.