mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-23 15:49:16 +02: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
|
* @short_description: Filter Input Stream
|
||||||
* @include: gio/gio.h
|
* @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 {
|
enum {
|
||||||
|
@ -32,7 +32,11 @@
|
|||||||
* @short_description: Filter Output Stream
|
* @short_description: Filter Output Stream
|
||||||
* @include: gio/gio.h
|
* @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 {
|
enum {
|
||||||
PROP_0,
|
PROP_0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user