diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-11-28 06:43:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-11-28 06:43:33 +0000 |
commit | 61582bd91cba508362d0e28db4d6e3f307b27b48 (patch) | |
tree | 4fc4d2be1c239d9385e5c037f05685aed326fc63 /gio/gfileattribute.c | |
parent | 794b7d0bbefb355570b65e688a4cce580fba7ccc (diff) |
Another round of trivial doc fixes
svn path=/trunk/; revision=5970
Diffstat (limited to 'gio/gfileattribute.c')
-rw-r--r-- | gio/gfileattribute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gfileattribute.c b/gio/gfileattribute.c index 9bba549c7..394404e1e 100644 --- a/gio/gfileattribute.c +++ b/gio/gfileattribute.c @@ -30,8 +30,8 @@ /** * SECTION:gfileattribute - * @short_description: Key-Value Paired File Attributes. - * @see_also: #GFile, #GFileInfo. + * @short_description: Key-Value Paired File Attributes + * @see_also: #GFile, #GFileInfo * * File attributes in GIO consist of a list of key-value pairs. * |