File.measureDiskUsageAsync

Recursively measures the disk usage of file. This is the asynchronous version of g_file_measure_disk_usage(). See there for more information. Since 2.38

Parameters

flags GFileMeasureFlags

GFileMeasureFlags

ioPriority int

the I/O priority of the request

cancellable Cancellable

optional GCancellable. [allow-none]

progressCallback GFileMeasureProgressCallback

a GFileMeasureProgressCallback. [allow-none]

progressData void*

user_data for progress_callback

callback GAsyncReadyCallback

a GAsyncReadyCallback to call when complete. [allow-none]

userData void*

the data to pass to callback function

Meta