mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
docs: Remove mention of GFileAttributeValue
Instead mention GFileAttributeInfo.
This commit is contained in:
parent
8ee2cadd7f
commit
37fd4d86ab
@ -44,15 +44,15 @@
|
|||||||
* using wildcards, e.g. "standard::*" will return all of the keys in the
|
* using wildcards, e.g. "standard::*" will return all of the keys in the
|
||||||
* "standard" namespace.
|
* "standard" namespace.
|
||||||
*
|
*
|
||||||
* Values are stored within the list in #GFileAttributeValue structures.
|
|
||||||
* Values can store different types, listed in the enum #GFileAttributeType.
|
|
||||||
* Upon creation of a #GFileAttributeValue, the type will be set to
|
|
||||||
* %G_FILE_ATTRIBUTE_TYPE_INVALID.
|
|
||||||
*
|
|
||||||
* The list of possible attributes for a filesystem (pointed to by a #GFile) is
|
* The list of possible attributes for a filesystem (pointed to by a #GFile) is
|
||||||
* available as a #GFileAttributeInfoList. This list is queryable by key names
|
* available as a #GFileAttributeInfoList. This list is queryable by key names
|
||||||
* as indicated earlier.
|
* as indicated earlier.
|
||||||
*
|
*
|
||||||
|
* Information is stored within the list in #GFileAttributeInfo structures.
|
||||||
|
* The info structure can store different types, listed in the enum
|
||||||
|
* #GFileAttributeType. Upon creation of a #GFileAttributeInfo, the type will
|
||||||
|
* be set to %G_FILE_ATTRIBUTE_TYPE_INVALID.
|
||||||
|
*
|
||||||
* Classes that implement #GFileIface will create a #GFileAttributeInfoList and
|
* Classes that implement #GFileIface will create a #GFileAttributeInfoList and
|
||||||
* install default keys and values for their given file system, architecture,
|
* install default keys and values for their given file system, architecture,
|
||||||
* and other possible implementation details (e.g., on a UNIX system, a file
|
* and other possible implementation details (e.g., on a UNIX system, a file
|
||||||
|
Loading…
Reference in New Issue
Block a user