GIOStreamSpliceFlags

GIOStreamSpliceFlags determine how streams should be spliced. G_IO_STREAM_SPLICE_NONE Do not close either stream. G_IO_STREAM_SPLICE_CLOSE_STREAM1 Close the first stream after the splice. G_IO_STREAM_SPLICE_CLOSE_STREAM2 Close the second stream after the splice. G_IO_STREAM_SPLICE_WAIT_FOR_BOTH Wait for both splice operations to finish before calling the callback. Since 2.28

Values

ValueMeaning
NONE0
CLOSE_STREAM1(1 << 0)
CLOSE_STREAM2(1 << 1)
WAIT_FOR_BOTH(1 << 2)

Meta