GFileAttributeInfoFlags

Flags specifying the behaviour of an attribute. G_FILE_ATTRIBUTE_INFO_NONE no flags set. G_FILE_ATTRIBUTE_INFO_COPY_WITH_FILE copy the attribute values when the file is copied. G_FILE_ATTRIBUTE_INFO_COPY_WHEN_MOVED copy the attribute values when the file is moved.

Values

ValueMeaning
NONE0
COPY_WITH_FILE(1 << 0)
COPY_WHEN_MOVED(1 << 1)

Meta