| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GOutputStreamSpliceFlags |
| Enum : | OutputStreamSpliceFlags |
| Properties | |
|---|---|
|
guint32 Gio.OutputStreamSpliceFlags.CLOSE_SOURCE : 1
|
|
|
guint32 Gio.OutputStreamSpliceFlags.CLOSE_TARGET : 2
|
|
|
guint32 Gio.OutputStreamSpliceFlags.NONE : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gio.OutputStream
Method |
Splices an input stream into an output stream.
|
|
Gio.OutputStream
Method |
splice_async
(InputStream source, OutputStreamSpliceFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
Splices a stream asynchronously.
|