GFileIface.measureDiskUsageFinish

struct GFileIface
extern (C)
int function(GFile* file, GAsyncResult* result, ulong* diskUsage, ulong* numDirs, ulong* numFiles, GError** err) measureDiskUsageFinish;

Return Value

TRUE if successful, with the out parameters set. FALSE otherwise, with error set.

Throws

GException on failure.