Gio.FileMeasureFlags

Flags that can be used with Gio.File.measure_disk_usage.

Since 2.38

FileMeasureFlags.NONE

No flags set.

FileMeasureFlags.REPORT_ANY_ERROR

Report any error encountered while traversing the directory tree. Normally errors are only reported for the toplevel file.

FileMeasureFlags.APPARENT_SIZE

Tally usage based on apparent file sizes. Normally, the block-size is used, if available, as this is a more accurate representation of disk space used. Compare with '<literal>du --apparent-size</literal>'.

FileMeasureFlags.NO_XDEV

Do not cross mount point boundaries. Compare with '<literal>du -x</literal>'.