:right-sidebar: True FileAttributeType =================================================================== .. currentmodule:: gi.repository.Gio .. class:: FileAttributeType :no-contents-entry: The data types for file attributes. Fields ------ .. rst-class:: interim-class .. class:: FileAttributeType :no-index: .. attribute:: BOOLEAN A boolean value. .. attribute:: BYTE_STRING A zero terminated string of non-zero bytes. .. attribute:: INT32 A signed 4-byte/32-bit integer. .. attribute:: INT64 A signed 8-byte/64-bit integer. .. attribute:: INVALID Indicates an invalid or uninitialized type. .. attribute:: OBJECT A :obj:`~gi.repository.GObject.Object`. .. attribute:: STRING A null terminated UTF8 string. .. attribute:: STRINGV A :const:`None` terminated char **. Since 2.22 .. attribute:: UINT32 An unsigned 4-byte/32-bit integer. .. attribute:: UINT64 An unsigned 8-byte/64-bit integer.