GIOStreamSpliceFlags

GIOStreamSpliceFlags determine how streams should be spliced.

Values

ValueMeaning
NONE0

Do not close either stream.

CLOSE_STREAM11

Close the first stream after the splice.

CLOSE_STREAM22

Close the second stream after the splice.

WAIT_FOR_BOTH4

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

Meta

Since

2.28