docs: Move the GDataInputStream SECTION

Not much to move.

Helps: #3037
This commit is contained in:
Matthias Clasen
2023-09-26 21:11:34 -04:00
committed by Philip Withnall
parent 081cc5af25
commit 8371b893a2
2 changed files with 4 additions and 14 deletions

View File

@@ -33,15 +33,11 @@
#include <string.h>
/**
* SECTION:gdatainputstream
* @short_description: Data Input Stream
* @include: gio/gio.h
* @see_also: #GInputStream
*
* Data input stream implements #GInputStream and includes functions for
* reading structured data directly from a binary input stream.
* GDataInputStream:
*
**/
* Data input stream implements [iface@Gio.InputStream] and includes functions
* for reading structured data directly from a binary input stream.
*/
struct _GDataInputStreamPrivate {
GDataStreamByteOrder byte_order;