GFileMeasureFlags

Flags that can be used with g_file_measure_disk_usage().

Values

ValueMeaning
NONE0

No flags set.

REPORT_ANY_ERROR2

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

APPARENT_SIZE4

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 du --apparent-size.

NO_XDEV8

Do not cross mount point boundaries. Compare with du -x.

Meta

Since

2.38