:right-sidebar: True IOStreamSpliceFlags =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.28 .. class:: IOStreamSpliceFlags :no-contents-entry: GIOStreamSpliceFlags determine how streams should be spliced. Fields ------ .. rst-class:: interim-class .. class:: IOStreamSpliceFlags :no-index: .. attribute:: CLOSE_STREAM1 Close the first stream after the splice. .. attribute:: CLOSE_STREAM2 Close the second stream after the splice. .. attribute:: NONE Do not close either stream. .. attribute:: WAIT_FOR_BOTH Wait for both splice operations to finish before calling the callback.