gio.file_attribute_info_list
Module for [FileAttributeInfoList] class
class FileAttributeInfoList
Types 1
Acts as a lightweight registry for possible valid file attributes. The registry stores Key-Value pair formats as #GFileAttributeInfos.
Methods
gio.file_attribute_info.FileAttributeInfo infos() @property nothrowGet `infos` field. Returns: an array of #GFileAttributeInfos.void nInfos(int propval) @property nothrowSet `nInfos` field. Params: propval = the number of values in the array.void add(string name, gio.types.FileAttributeType type, gio.types.FileAttributeInfoFlags flags) nothrowAdds a new attribute with name to the list, setting its type and flags.gio.file_attribute_info_list.FileAttributeInfoList dup() nothrowMakes a duplicate of a file attribute info list. Returns: a copy of the given list.gio.file_attribute_info.FileAttributeInfo lookup(string name) nothrowGets the file attribute with the name name from list.