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/gdataoutputstream.c | |
parent | 794b7d0bbefb355570b65e688a4cce580fba7ccc (diff) | |
download | glib-61582bd91cba508362d0e28db4d6e3f307b27b48.tar.gz |
Another round of trivial doc fixes
svn path=/trunk/; revision=5970
Diffstat (limited to 'gio/gdataoutputstream.c')
-rw-r--r-- | gio/gdataoutputstream.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gdataoutputstream.c b/gio/gdataoutputstream.c index d8b8f959f..5f6bd820d 100644 --- a/gio/gdataoutputstream.c +++ b/gio/gdataoutputstream.c @@ -27,8 +27,8 @@ /** * SECTION:gdataoutputstream - * @short_description: Data Output Stream. - * @see_also: #GOutputStream. + * @short_description: Data Output Stream + * @see_also: #GOutputStream * * Data output stream implements #GOutputStream and includes functions for * writing data directly to an output stream. |