Enumeration (GI Flags)

Gio-2.0GioIOStreamSpliceFlagsSince 2.28

GIOStreamSpliceFlags determine how streams should be spliced.

2.28

Index

Enumeration Members

CLOSE_STREAM1: number

Close the first stream after the splice.

CLOSE_STREAM2: number

Close the second stream after the splice.

NONE: number

Do not close either stream.

WAIT_FOR_BOTH: number

Wait for both splice operations to finish before calling the callback.