Gio.OutputStreamSpliceFlags

GOutputStreamSpliceFlags determine how streams should be spliced.

OutputStreamSpliceFlags.NONE

Do not close either stream.

OutputStreamSpliceFlags.CLOSE_SOURCE

Close the source stream after the splice.

OutputStreamSpliceFlags.CLOSE_TARGET

Close the target stream after the splice.