Add some long descriptions for filter streams

This commit is contained in:
Matthias Clasen 2010-08-13 16:04:04 -04:00
parent 13e55b84eb
commit effdb785fd
2 changed files with 9 additions and 1 deletions

View File

@ -32,6 +32,10 @@
* @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 {

View File

@ -32,7 +32,11 @@
* @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,