From: Matthias Clasen Date: Tue, 5 Feb 2013 03:35:29 +0000 (-0500) Subject: docs: Add 2 missing : X-Git-Tag: 2.35.7~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=262ebcd3fa0aff41e7e8e7e70ac1d493f41f2470;p=platform%2Fupstream%2Fglib.git docs: Add 2 missing : The file attribute names go by namespace::keyname, not namespace:keyname. https://bugzilla.gnome.org/show_bug.cgi?id=636683 --- diff --git a/gio/gfileattribute.c b/gio/gfileattribute.c index 8473558..eec4595 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 @@ * * GFileAttributes Built-in Keys and Value Types * - * Enum ValueNamespace:KeyValue Type + * Enum ValueNamespace::KeyValue Type * * %G_FILE_ATTRIBUTE_STANDARD_TYPEstandard::typeuint32 (#GFileType) * %G_FILE_ATTRIBUTE_STANDARD_IS_HIDDENstandard::is-hiddenboolean