Optionalproperties: Partial<{ n_infos: number }>Adds a new attribute with name to the list, setting
its type and flags.
the name of the attribute to add.
the Gio.FileAttributeType for the attribute.
Gio.FileAttributeInfoFlags for the attribute.
Makes a duplicate of a file attribute info list.
a copy of the given list.
Gets the file attribute with the name name from list.
the name of the attribute to look up.
a Gio.FileAttributeInfo for the name, or null if an attribute isn't found.
References a file attribute info list.
Gio.FileAttributeInfoList or null on error.
Removes a reference from the given list. If the reference count
falls to zero, the list is deleted.
Staticnew
Acts as a lightweight registry for possible valid file attributes. The registry stores Key-Value pair formats as
GFileAttributeInfos.