gio.file_attribute_info

Module for [FileAttributeInfo] class

Types 1

Information about a specific attribute.

Fields
Methods
void * _cPtr()
string name() @propertyGet `name` field. Returns: the name of the attribute.
void name(string propval) @propertySet `name` field. Params: propval = the name of the attribute.
gio.types.FileAttributeType type() @propertyGet `type` field. Returns: the #GFileAttributeType type of the attribute.
void type(gio.types.FileAttributeType propval) @propertySet `type` field. Params: propval = the #GFileAttributeType type of the attribute.
gio.types.FileAttributeInfoFlags flags() @propertyGet `flags` field. Returns: a set of #GFileAttributeInfoFlags.
void flags(gio.types.FileAttributeInfoFlags propval) @propertySet `flags` field. Params: propval = a set of #GFileAttributeInfoFlags.
Constructors
this(void * ptr, Flag!"Take" take)