mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
docs: Move the GConverterOutputStream SECTION
Move content to struct docs. Helps: #3037
This commit is contained in:
committed by
Philip Withnall
parent
b70b164ba6
commit
dad6ec9651
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user