gio.file_attribute_info

Module for [FileAttributeInfo] class

Types 1

Information about a specific attribute.

Fields
Methods
void * _cPtr() nothrow
string name() @property nothrowGet `name` field. Returns: the name of the attribute.
void 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.
Constructors
this(void * ptr, Flag!"Take" take)