FileT.queryFilesystemInfoFinish

Finishes an asynchronous filesystem info query. See g_file_query_filesystem_info_async().

template FileT(TStruct)
queryFilesystemInfoFinish

Parameters

res AsyncResultIF

Return Value

Type: FileInfo

gio.FileInfo for given file or NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.