Add some long descriptions for filter streams
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Aug 2010 20:04:04 +0000 (16:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Aug 2010 21:23:44 +0000 (17:23 -0400)
gio/gfilterinputstream.c
gio/gfilteroutputstream.c

index 0f87984..2a3b8cb 100644 (file)
  * @short_description: Filter Input Stream
  * @include: gio/gio.h
  *
+ * Base class for input stream implementations that perform some
+ * kind of filtering operation on a base stream. Typical examples
+ * of filtering operations are character set conversion, compression
+ * and byte order flipping.
  **/
 
 enum {
index 6738969..9460f60 100644 (file)
  * @short_description: Filter Output Stream
  * @include: gio/gio.h
  *
- **/
+ * Base class for output stream implementations that perform some
+ * kind of filtering operation on a base stream. Typical examples
+ * of filtering operations are character set conversion, compression
+ * and byte order flipping.
+ */
 
 enum {
   PROP_0,