GFileMeasureFlags

Flags that can be used with g_file_measure_disk_usage(). G_FILE_MEASURE_NONE No flags set. G_FILE_MEASURE_REPORT_ANY_ERROR Report any error encountered while traversing the directory tree. Normally errors are only reported for the toplevel file. G_FILE_MEASURE_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 'du --apparent-size'. G_FILE_MEASURE_NO_XDEV Do not cross mount point boundaries. Compare with 'du -x'. Since 2.38

Values

ValueMeaning
NONE0
REPORT_ANY_ERROR(1 << 1)
APPARENT_SIZE(1 << 2)
NO_XDEV(1 << 3)

Meta