summaryrefslogtreecommitdiff
path: root/gio/gseekable.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-11-28 06:43:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-11-28 06:43:33 +0000
commit61582bd91cba508362d0e28db4d6e3f307b27b48 (patch)
tree4fc4d2be1c239d9385e5c037f05685aed326fc63 /gio/gseekable.c
parent794b7d0bbefb355570b65e688a4cce580fba7ccc (diff)
downloadglib-61582bd91cba508362d0e28db4d6e3f307b27b48.tar.gz
Another round of trivial doc fixes
svn path=/trunk/; revision=5970
Diffstat (limited to 'gio/gseekable.c')
-rw-r--r--gio/gseekable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gseekable.c b/gio/gseekable.c
index bc2a2b219..fba1dec6f 100644
--- a/gio/gseekable.c
+++ b/gio/gseekable.c
@@ -26,8 +26,8 @@
/**
* SECTION:gseekable
- * @short_description: Stream seeking interface.
- * @see_also: #GInputStream, #GOutputStream.
+ * @short_description: Stream seeking interface
+ * @see_also: #GInputStream, #GOutputStream
*
* #GSeekable is implemented by streams (implementations of
* #GInputStream or #GOutputStream) that support seeking.