mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 02:46:16 +01:00
Add some long descriptions for filter streams
This commit is contained in:
parent
13e55b84eb
commit
effdb785fd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user