docs: Move the GConverterInputStream SECTION

Move content to struct docs.

Helps: #3037
This commit is contained in:
Matthias Clasen
2023-09-26 20:57:25 -04:00
committed by Philip Withnall
parent 174073722e
commit b70b164ba6
2 changed files with 5 additions and 14 deletions

View File

@@ -33,17 +33,14 @@
/**
* SECTION:gconverterinputstream
* @short_description: Converter Input Stream
* @include: gio/gio.h
* @see_also: #GInputStream, #GConverter
* GConverterInputStream:
*
* Converter input stream implements #GInputStream and allows
* Converter input stream implements [iface@Gio.InputStream] and allows
* conversion of data of various types during reading.
*
* As of GLib 2.34, #GConverterInputStream implements
* #GPollableInputStream.
**/
* As of GLib 2.34, `GConverterInputStream` implements
* [iface@Gio.PollableInputStream].
*/
#define INITIAL_BUFFER_SIZE 4096