Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GIOStreamSpliceFlags |
Enum : | IOStreamSpliceFlags |
Properties | |
---|---|
guint32 Gio.IOStreamSpliceFlags.CLOSE_STREAM1 : 1
|
|
guint32 Gio.IOStreamSpliceFlags.CLOSE_STREAM2 : 2
|
|
guint32 Gio.IOStreamSpliceFlags.NONE : 0
|
|
guint32 Gio.IOStreamSpliceFlags.WAIT_FOR_BOTH : 4
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.IOStream
Method |
splice_async
(IOStream stream2, IOStreamSpliceFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
Asyncronously splice the output stream of stream1 to the input stream of
When the operation is finished callback will be called. |