Enumeration

GioIOStreamSpliceFlags

since: 2.28

Declaration

flags Gio.IOStreamSpliceFlags

Description

GIOStreamSpliceFlags determine how streams should be spliced.

Available since: 2.28

Members

Name Description
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.