pub type GFileAttributeInfoFlags = c_uint;
Expand description
GFileAttributeInfoFlags: @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.
Flags specifying the behaviour of an attribute.