docs: Move the GIOStream SECTION

Move the contents to the struct docs.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Helps: #3037
This commit is contained in:
Philip Withnall
2023-10-23 00:44:20 +01:00
parent 71ff617159
commit eefda8158e
2 changed files with 31 additions and 37 deletions

View File

@@ -40,11 +40,6 @@ G_BEGIN_DECLS
typedef struct _GIOStreamPrivate GIOStreamPrivate;
typedef struct _GIOStreamClass GIOStreamClass;
/**
* GIOStream:
*
* Base class for read-write streams.
**/
struct _GIOStream
{
GObject parent_instance;