FileEnumerator.nextFilesFinish

Finishes the asynchronous operation started with FileEnumerator.nextFilesAsync.

class FileEnumerator
nextFilesFinish

Parameters

result AsyncResultIF

Return Value

Type: ListG

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.