GIOStreamSpliceFlags

GIOStreamSpliceFlags determine how streams should be spliced.

Values

ValueMeaning
None0

Do not close either stream.

CloseStream11

Close the first stream after the splice.

CloseStream22

Close the second stream after the splice.

WaitForBoth4

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