FileT.measureDiskUsageFinish

Collects the results from an earlier call to gio.file.File.measureDiskUsageAsync. See gio.file.File.measureDiskUsage for more information.

template FileT()
override
bool
measureDiskUsageFinish

Parameters

result gio.async_result.AsyncResult

the #GAsyncResult passed to your #GAsyncReadyCallback

diskUsage ulong

the number of bytes of disk space used

numDirs ulong

the number of directories encountered

numFiles ulong

the number of non-directories encountered

Return Value

Type: bool

true if successful, with the out parameters set. false otherwise, with error set.