Description Usage Arguments Details Author(s)
Asynchronously closes the file enumerator.
1 2 | gFileEnumeratorCloseAsync(object, io.priority = 0, cancellable = NULL,
callback, user.data = NULL)
|
|
a |
|
the I/O priority of the request. |
|
optional |
|
a |
|
the data to pass to callback function |
If cancellable
is not NULL
, then the operation can be cancelled by
triggering the cancellable object from another thread. If the operation
was cancelled, the error G_IO_ERROR_CANCELLED
will be returned in
gFileEnumeratorCloseFinish
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.