mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 02:32:11 +01:00
docs: Move the GFilter*Stream SECTIONs
Move them to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
607eb851ba
commit
822521215b
@ -27,9 +27,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gfilterinputstream
|
* GFilterInputStream:
|
||||||
* @short_description: Filter Input Stream
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
*
|
||||||
* Base class for input stream implementations that perform some
|
* Base class for input stream implementations that perform some
|
||||||
* kind of filtering operation on a base stream. Typical examples
|
* kind of filtering operation on a base stream. Typical examples
|
||||||
|
@ -38,11 +38,6 @@ G_BEGIN_DECLS
|
|||||||
#define G_IS_FILTER_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILTER_INPUT_STREAM))
|
#define G_IS_FILTER_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILTER_INPUT_STREAM))
|
||||||
#define G_FILTER_INPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILTER_INPUT_STREAM, GFilterInputStreamClass))
|
#define G_FILTER_INPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILTER_INPUT_STREAM, GFilterInputStreamClass))
|
||||||
|
|
||||||
/**
|
|
||||||
* GFilterInputStream:
|
|
||||||
*
|
|
||||||
* A base class for all input streams that work on an underlying stream.
|
|
||||||
**/
|
|
||||||
typedef struct _GFilterInputStreamClass GFilterInputStreamClass;
|
typedef struct _GFilterInputStreamClass GFilterInputStreamClass;
|
||||||
|
|
||||||
struct _GFilterInputStream
|
struct _GFilterInputStream
|
||||||
|
@ -27,9 +27,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gfilteroutputstream
|
* GFilterOutputStream:
|
||||||
* @short_description: Filter Output Stream
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
*
|
||||||
* Base class for output stream implementations that perform some
|
* Base class for output stream implementations that perform some
|
||||||
* kind of filtering operation on a base stream. Typical examples
|
* kind of filtering operation on a base stream. Typical examples
|
||||||
|
@ -38,11 +38,6 @@ G_BEGIN_DECLS
|
|||||||
#define G_IS_FILTER_OUTPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILTER_OUTPUT_STREAM))
|
#define G_IS_FILTER_OUTPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILTER_OUTPUT_STREAM))
|
||||||
#define G_FILTER_OUTPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILTER_OUTPUT_STREAM, GFilterOutputStreamClass))
|
#define G_FILTER_OUTPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILTER_OUTPUT_STREAM, GFilterOutputStreamClass))
|
||||||
|
|
||||||
/**
|
|
||||||
* GFilterOutputStream:
|
|
||||||
*
|
|
||||||
* A base class for all output streams that work on an underlying stream.
|
|
||||||
**/
|
|
||||||
typedef struct _GFilterOutputStreamClass GFilterOutputStreamClass;
|
typedef struct _GFilterOutputStreamClass GFilterOutputStreamClass;
|
||||||
|
|
||||||
struct _GFilterOutputStream
|
struct _GFilterOutputStream
|
||||||
|
Loading…
x
Reference in New Issue
Block a user