GFileEnumeratorClass.nextFilesFinish

struct GFileEnumeratorClass
extern (C)
GList* function(GFileEnumerator* enumerator, GAsyncResult* result, GError** err) nextFilesFinish;

Return Value

a GList of gio.FileInfos You must free the list with g_list_free() and unref the infos with g_object_unref() when you're done with them.

Throws

GException on failure.