Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GFileAttributeInfoList |
Struct : | FileAttributeInfoList |
Properties | Defined By | |
---|---|---|
infos : Gio.FileAttributeInfo
|
Gio.FileAttributeInfoList | |
n_infos : gint32
|
Gio.FileAttributeInfoList |
Method / Constructor | Defined By | |
---|---|---|
new Gio.FileAttributeInfoList
()
Create a new Gio.FileAttributeInfoList
Create a new Gio.FileAttributeInfoList
|
||
Adds a new attribute with name to the list, setting
its type and flags.
Adds a new attribute with name to the list, setting
its type and flags.
|
Gio.FileAttributeInfoList | |
dup
()
:
Gio.FileAttributeInfoList
Makes a duplicate of a file attribute info list.
Makes a duplicate of a file attribute info list.
|
Gio.FileAttributeInfoList | |
lookup
(String name)
:
Gio.FileAttributeInfo
Gets the file attribute with the name name from list.
Gets the file attribute with the name name from list.
attribute isn't found.
|
Gio.FileAttributeInfoList |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.File
Method |
query_settable_attributes
(Cancellable cancellable)
:
Gio.FileAttributeInfoList
Obtain the list of settable attributes for the file.
|
Gio.File
Method |
query_writable_namespaces
(Cancellable cancellable)
:
Gio.FileAttributeInfoList
Obtain the list of attribute namespaces where new attributes
can be created by a user. |