mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-20 19:24:51 +02:00
Docs: Correct the namespace for g_file_query_filesystem_info()
This commit is contained in:
parent
ac5dd614aa
commit
fb45baaf8c
@ -1199,8 +1199,8 @@ g_file_query_info_finish (GFile *file,
|
|||||||
* should be gathered. It is not an error if it's not possible to read a particular
|
* should be gathered. It is not an error if it's not possible to read a particular
|
||||||
* requested attribute from a file - it just won't be set. @attributes should
|
* requested attribute from a file - it just won't be set. @attributes should
|
||||||
* be a comma-separated list of attributes or attribute wildcards. The wildcard "*"
|
* be a comma-separated list of attributes or attribute wildcards. The wildcard "*"
|
||||||
* means all attributes, and a wildcard like "fs:*" means all attributes in the fs
|
* means all attributes, and a wildcard like "filesystem::*" means all attributes in the
|
||||||
* namespace. The standard namespace for filesystem attributes is "fs".
|
* filesystem namespace. The standard namespace for filesystem attributes is "filesystem".
|
||||||
* Common attributes of interest are #G_FILE_ATTRIBUTE_FILESYSTEM_SIZE
|
* Common attributes of interest are #G_FILE_ATTRIBUTE_FILESYSTEM_SIZE
|
||||||
* (the total size of the filesystem in bytes), #G_FILE_ATTRIBUTE_FILESYSTEM_FREE (number of
|
* (the total size of the filesystem in bytes), #G_FILE_ATTRIBUTE_FILESYSTEM_FREE (number of
|
||||||
* bytes available), and #G_FILE_ATTRIBUTE_FILESYSTEM_TYPE (type of the filesystem).
|
* bytes available), and #G_FILE_ATTRIBUTE_FILESYSTEM_TYPE (type of the filesystem).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user