GFileAttributeType

The data types for file attributes.

Values

ValueMeaning
INVALID0

indicates an invalid or uninitalized type.

STRING1

a null terminated UTF8 string.

BYTE_STRING2

a zero terminated string of non-zero bytes.

BOOLEAN3

a boolean value.

UINT324

an unsigned 4-byte/32-bit integer.

INT325

a signed 4-byte/32-bit integer.

UINT646

an unsigned 8-byte/64-bit integer.

INT647

a signed 8-byte/64-bit integer.

OBJECT8
STRINGV9

a NULL terminated char **. Since 2.22