FileEnumerator.nextFilesFinish

Finishes the asynchronous operation started with g_file_enumerator_next_files_async().

class FileEnumerator
nextFilesFinish

Parameters

result AsyncResultIF

a #GAsyncResult.

Return Value

Type: ListG

a #GList of #GFileInfos. 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.

Meta