summaryrefslogtreecommitdiff
path: root/gio/gfileattribute.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-02-04 22:35:29 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-02-04 22:35:29 -0500
commit262ebcd3fa0aff41e7e8e7e70ac1d493f41f2470 (patch)
tree7713931b90e025655b0637105f36d2ecf07eaa7c /gio/gfileattribute.c
parent7f9af8071ca6b9f2ba9e1b60ae41aeeb7274e491 (diff)
docs: Add 2 missing :
The file attribute names go by namespace::keyname, not namespace:keyname. https://bugzilla.gnome.org/show_bug.cgi?id=636683
Diffstat (limited to 'gio/gfileattribute.c')
-rw-r--r--gio/gfileattribute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gfileattribute.c b/gio/gfileattribute.c
index 847355847..eec45955d 100644
--- a/gio/gfileattribute.c
+++ b/gio/gfileattribute.c
@@ -39,7 +39,7 @@
* File attributes in GIO consist of a list of key-value pairs.
*
* Keys are strings that contain a key namespace and a key name, separated
- * by a colon, e.g. "namespace:keyname". Namespaces are included to sort
+ * by a colon, e.g. "namespace::keyname". Namespaces are included to sort
* key-value pairs by namespaces for relevance. Keys can be retrived
* using wildcards, e.g. "standard::*" will return all of the keys in the
* "standard" namespace.
@@ -133,7 +133,7 @@
* <para><table>
* <title>GFileAttributes Built-in Keys and Value Types</title>
* <tgroup cols='3' align='left'><thead>
- * <row><entry>Enum Value</entry><entry>Namespace:Key</entry><entry>Value Type</entry></row>
+ * <row><entry>Enum Value</entry><entry>Namespace::Key</entry><entry>Value Type</entry></row>
* </thead><tbody>
* <row><entry>%G_FILE_ATTRIBUTE_STANDARD_TYPE</entry><entry>standard::type</entry><entry>uint32 (#GFileType)</entry></row>
* <row><entry>%G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</entry><entry>standard::is-hidden</entry><entry>boolean</entry></row>