Module: Gio::OutputStreamSpliceFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

Do not close either stream.

0 or :none
CLOSE_SOURCE =

Close the source stream after

the splice.
1 or :close_source
CLOSE_TARGET =

Close the target stream after

the splice.
2 or :close_target