GOutputStreamSpliceFlags

GOutputStreamSpliceFlags determine how streams should be spliced. G_OUTPUT_STREAM_SPLICE_NONE Do not close either stream. G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE Close the source stream after the splice. G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET Close the target stream after the splice.

Values

ValueMeaning
NONE0
CLOSE_SOURCE(1 << 0)
CLOSE_TARGET(1 << 1)

Meta