Description Usage Arguments Details Author(s)
Splices a stream asynchronously.
When the operation is finished callback
will be called.
You can then call gOutputStreamSpliceFinish
to get the
result of the operation.
1 2 | gOutputStreamSpliceAsync(object, source, flags = "G_OUTPUT_STREAM_SPLICE_NONE",
io.priority = 0, cancellable = NULL, callback, user.data = NULL)
|
|
a |
|
a |
|
a set of |
|
the io priority of the request. |
|
optional |
|
a |
|
user data passed to |
For the synchronous, blocking version of this function, see
gOutputStreamSplice
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.