docs: Move the GConverterOutputStream SECTION

Move content to struct docs.

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

View File

@@ -33,17 +33,14 @@
/**
* SECTION:gconverteroutputstream
* @short_description: Converter Output Stream
* @include: gio/gio.h
* @see_also: #GOutputStream, #GConverter
* GConverterOutputStream:
*
* Converter output stream implements #GOutputStream and allows
* Converter output stream implements [iface@Gio.OutputStream] and allows
* conversion of data of various types during reading.
*
* As of GLib 2.34, #GConverterOutputStream implements
* #GPollableOutputStream.
**/
* As of GLib 2.34, `GConverterOutputStream` implements
* [iface@Gio.PollableOutputStream].
*/
#define INITIAL_BUFFER_SIZE 4096