gio.file_attribute_info
Module for [FileAttributeInfo] class
class FileAttributeInfo
Types 1
classFileAttributeInfo
Information about a specific attribute.
Fields
GFileAttributeInfo _cInstanceMethods
void * _cPtr() nothrowvoid name(string propval) @property nothrowSet `name` field. Params: propval = the name of the attribute.gio.types.FileAttributeType type() @property nothrowGet `type` field. Returns: the #GFileAttributeType type of the attribute.void type(gio.types.FileAttributeType propval) @property nothrowSet `type` field. Params: propval = the #GFileAttributeType type of the attribute.gio.types.FileAttributeInfoFlags flags() @property nothrowGet `flags` field. Returns: a set of #GFileAttributeInfoFlags.void flags(gio.types.FileAttributeInfoFlags propval) @property nothrowSet `flags` field. Params: propval = a set of #GFileAttributeInfoFlags.