Function
Dexfile_enumerate_children
Declaration [src]
DexFuture*
dex_file_enumerate_children (
GFile* file,
const char* attributes,
GFileQueryInfoFlags flags,
int io_priority
)
Parameters
file-
Type:
GFileA
GFile.The data is owned by the caller of the function. attributes-
Type:
const char*An attribute query string (see:
GFiledocumentation).The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. flags-
Type:
GFileQueryInfoFlagsA set of
GFileQueryInfoFlags. io_priority-
Type:
intThe IO priority of the request.
Return value
Type: DexFuture
A DexFuture that resolves to a
GFileEnumerator or rejects with error.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |