GLib.OutputStreamSpliceFlags – gio-2.0 Reference Manual
OutputStreamSpliceFlags
Description:
[
CCode
( cprefix =
"G_OUTPUT_STREAM_SPLICE_"
, type_id =
"g_output_stream_splice_flags_get_type ()"
) ]
[
Flags
]
public
enum
OutputStreamSpliceFlags
GOutputStreamSpliceFlags determine how streams should be spliced.
Namespace:
GLib
Package:
gio-2.0
Content:
Enum values:
CLOSE_SOURCE
-
Close the source stream after the splice.
CLOSE_TARGET
-
Close the target stream after the splice.
NONE
-
Do not close either stream.
2022 vala-language.org