FileEnumerator.nextFilesFinish

Finishes the asynchronous operation started with gio.file_enumerator.FileEnumerator.nextFilesAsync.

class FileEnumerator
nextFilesFinish

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult.

Return Value

Type: gio.file_info.FileInfo[]

a #GList of #GFileInfos. You must free the list with glib.list.List.free and unref the infos with gobject.object.ObjectG.unref when you're done with them.