IOStreamSpliceFlags
Description:
[ CCode ( cprefix = "G_IO_STREAM_SPLICE_" , type_id = "g_io_stream_splice_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "2.28" ) ]
public enum IOStreamSpliceFlags
GIOStreamSpliceFlags determine how streams should be spliced.
Content:
Enum values:
- CLOSE_STREAM1 - Close the
first stream after the splice.
- CLOSE_STREAM2 - Close the
second stream after the splice.
- NONE - Do not close either stream.
- WAIT_FOR_BOTH - Wait for
both splice operations to finish before calling the callback.