gFileEnumeratorClose: gFileEnumeratorClose
Description
Releases all resources used by this enumerator, making the
enumerator return G_IO_ERROR_CLOSED on all calls.Usage
gFileEnumeratorClose(object, cancellable = NULL, .errwarn = TRUE)
Value
A list containing the following elements:retval[logical] TRUE on success or FALSE on error.errorlocation to store the error occuring, or NULL to ignoreDetails
This will be automatically called when the last reference
is dropped, but you might want to call this function to make
sure resources are released as early as possible.