mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
docs: Move the GConverterInputStream SECTION
Move content to struct docs. Helps: #3037
This commit is contained in:
committed by
Philip Withnall
parent
174073722e
commit
b70b164ba6
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user