mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
Add some long descriptions for filter streams
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user