mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
[docs] Fix typos in some g_file_* functions
Reported by Alexander Saprykin in bug https://bugzilla.gnome.org/show_bug.cgi?id=620947
This commit is contained in:
parent
b482eab3fa
commit
471c4e413c
18
gio/gfile.c
18
gio/gfile.c
@ -828,10 +828,10 @@ g_file_resolve_relative_path (GFile *file,
|
||||
* is a #GFileEnumerator object that will give out #GFileInfo objects for
|
||||
* all the files in the directory.
|
||||
*
|
||||
* The @attribute value is a string that specifies the file attributes that
|
||||
* The @attributes value is a string that specifies the file attributes that
|
||||
* 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. @attribute should
|
||||
* be a comma-separated list of attribute or attribute wildcards. The wildcard "*"
|
||||
* 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 "*"
|
||||
* means all attributes, and a wildcard like "standard::*" means all attributes in the standard
|
||||
* namespace. An example attribute query be "standard::*,owner::user".
|
||||
* The standard attributes are available as defines, like #G_FILE_ATTRIBUTE_STANDARD_NAME.
|
||||
@ -1053,10 +1053,10 @@ g_file_query_file_type (GFile *file,
|
||||
* is a #GFileInfo object that contains key-value attributes (such as
|
||||
* the type or size of the file).
|
||||
*
|
||||
* The @attribute value is a string that specifies the file attributes that
|
||||
* The @attributes value is a string that specifies the file attributes that
|
||||
* 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. @attribute should
|
||||
* be a comma-separated list of attribute or attribute wildcards. The wildcard "*"
|
||||
* 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 "*"
|
||||
* means all attributes, and a wildcard like "standard::*" means all attributes in the standard
|
||||
* namespace. An example attribute query be "standard::*,owner::user".
|
||||
* The standard attributes are available as defines, like #G_FILE_ATTRIBUTE_STANDARD_NAME.
|
||||
@ -1194,10 +1194,10 @@ g_file_query_info_finish (GFile *file,
|
||||
* For instance the amount of space available and the type of
|
||||
* the filesystem.
|
||||
*
|
||||
* The @attribute value is a string that specifies the file attributes that
|
||||
* The @attributes value is a string that specifies the file attributes that
|
||||
* 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. @attribute should
|
||||
* be a comma-separated list of attribute or attribute wildcards. The wildcard "*"
|
||||
* 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 "*"
|
||||
* means all attributes, and a wildcard like "fs:*" means all attributes in the fs
|
||||
* namespace. The standard namespace for filesystem attributes is "fs".
|
||||
* Common attributes of interest are #G_FILE_ATTRIBUTE_FILESYSTEM_SIZE
|
||||
|
Loading…
Reference in New Issue
Block a user