[glib/wip/doc-fixes: 20/33] docs: Remove mention of GFileAttributeValue



commit ebc5777eb8a21a99bcd6e6f178804317e917fdd7
Author: David King <amigadave amigadave com>
Date:   Sun Feb 19 16:26:52 2012 +0000

    docs: Remove mention of GFileAttributeValue
    
    Instead mention GFileAttributeInfo.

 gio/gfileattribute.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gio/gfileattribute.c b/gio/gfileattribute.c
index bca38cc..2b298e2 100644
--- a/gio/gfileattribute.c
+++ b/gio/gfileattribute.c
@@ -44,15 +44,15 @@
  * using wildcards, e.g. "standard::*" will return all of the keys in the
  * "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
  * available as a #GFileAttributeInfoList. This list is queryable by key names
  * 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
  * install default keys and values for their given file system, architecture,
  * and other possible implementation details (e.g., on a UNIX system, a file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]