Gio.FileAttributeType
The data types for file attributes.
- FileAttributeType.INVALID
indicates an invalid or uninitalized type.
- FileAttributeType.STRING
a null terminated UTF8 string.
- FileAttributeType.BYTE_STRING
a zero terminated string of non-zero bytes.
- FileAttributeType.BOOLEAN
a boolean value.
- FileAttributeType.UINT32
an unsigned 4-byte/32-bit integer.
- FileAttributeType.INT32
a signed 4-byte/32-bit integer.
- FileAttributeType.UINT64
an unsigned 8-byte/64-bit integer.
- FileAttributeType.INT64
a signed 8-byte/64-bit integer.
- FileAttributeType.OBJECT
- FileAttributeType.STRINGV
a null terminated char **. Since 2.22