diff options
author | Murray Cumming <murrayc@murrayc.com> | 2008-03-03 21:29:18 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2008-03-03 21:29:18 +0000 |
commit | b324bf30ab7c3dbf37f00ae94695b48291f2e701 (patch) | |
tree | f895247dddd5b89372bc1a50aa352f65a3990693 /gio/src/unixoutputstream.hg | |
parent | 8036fa4718306de4ccd47640a7fdbb3d4cfaa810 (diff) | |
download | glibmm-b324bf30ab7c3dbf37f00ae94695b48291f2e701.tar.gz |
Put these in a Streams doxygen group. We should think of some more groups,
2008-03-03 Murray Cumming <murrayc@murrayc.com>
* gio/src/bufferedinputstream.hg:
* gio/src/bufferedoutputstream.hg:
* gio/src/datainputstream.hg:
* gio/src/dataoutputstream.hg:
* gio/src/fileinputstream.hg:
* gio/src/fileoutputstream.hg:
* gio/src/filterinputstream.hg:
* gio/src/filteroutputstream.hg:
* gio/src/inputstream.hg:
* gio/src/memoryinputstream.hg:
* gio/src/mount.hg:
* gio/src/outputstream.hg:
* gio/src/seekable.hg:
* gio/src/unixinputstream.hg:
* gio/src/unixoutputstream.hg: Put these in a Streams doxygen group.
We should think of some more groups, maybe by looking at the C
documentation.
svn path=/trunk/; revision=630
Diffstat (limited to 'gio/src/unixoutputstream.hg')
-rw-r--r-- | gio/src/unixoutputstream.hg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gio/src/unixoutputstream.hg b/gio/src/unixoutputstream.hg index d552ca45..69d574c3 100644 --- a/gio/src/unixoutputstream.hg +++ b/gio/src/unixoutputstream.hg @@ -25,11 +25,12 @@ _PINCLUDE(giomm/private/outputstream_p.h) namespace Gio { -/** - * UnixOutputStream implements OutputStream for writing to a a unix file +/** UnixOutputStream implements OutputStream for writing to a a unix file * descriptor, including asynchronous operations. The file descriptor much be * selectable, so it doesn't work with opened files. * + * @ingroup Streams + * * @newin2p16 */ class UnixOutputStream : public Gio::OutputStream |