GFileIface.enumerateChildren

struct GFileIface
extern (C)
GFileEnumerator* function(GFile* file, const(char)* attributes, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) enumerateChildren;

Return Value

A #GFileEnumerator if successful, %NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.

Meta