Type Alias GIOStreamSpliceFlags

Source
pub type GIOStreamSpliceFlags = c_uint;
Expand description

GIOStreamSpliceFlags: @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.

GIOStreamSpliceFlags determine how streams should be spliced.

Since: 2.28