FileAttributeType
Description:
[ CCode ( cprefix = "G_FILE_ATTRIBUTE_TYPE_" , type_id = "g_file_attribute_type_get_type ()" ) ]
public enum FileAttributeType
The data types for file attributes.
Content:
Enum values:
- BOOLEAN - a boolean value.
- BYTE_STRING - a zero
terminated string of non-zero bytes.
- INT32 - a signed 4-byte/32-bit
integer.
- INT64 - a signed 8-byte/64-bit
integer.
- INVALID - indicates an invalid or
uninitialized type.
- OBJECT - a
Object.
- STRING - a null terminated UTF8
string.
- STRINGV - a
null terminated char **.
- UINT32 - an unsigned 4-byte/32-bit
integer.
- UINT64 - an unsigned 8-byte/64-bit
integer.