Description Usage Arguments Details Author(s)
Reads data into stream
's buffer asynchronously, up to count
size.
io.priority
can be used to prioritize reads. For the synchronous
version of this function, see gBufferedInputStreamFill
.
1 2 | gBufferedInputStreamFillAsync(object, count, io.priority = 0,
cancellable = NULL, callback, user.data = NULL)
|
|
|
|
the number of bytes that will be read from the stream. |
|
the I/O priority of the request. |
|
optional |
|
a |
|
a |
If count
is -1 then the attempted read size is equal to the number
of bytes that are required to fill the buffer.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.