mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Add GUtf8InputStream - Bug #603270
Add a filter input stream that performs utf8 validation.
This commit is contained in:
@@ -712,6 +712,24 @@ g_buffered_input_stream_get_type
|
||||
GBufferedInputStreamPrivate
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gutf8inputstream</FILE>
|
||||
<TITLE>GUtf8InputStream</TITLE>
|
||||
GUtf8InputStream
|
||||
g_utf8_input_stream_new
|
||||
<SUBSECTION Standard>
|
||||
GUtf8InputStreamClass
|
||||
G_UTF8_INPUT_STREAM
|
||||
G_IS_UTF8_INPUT_STREAM
|
||||
G_TYPE_UTF8_INPUT_STREAM
|
||||
G_UTF8_INPUT_STREAM_CLASS
|
||||
G_IS_UTF8_INPUT_STREAM_CLASS
|
||||
G_UTF8_INPUT_STREAM_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
g_utf8_input_stream_get_type
|
||||
GUtf8InputStreamPrivate
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>goutputstream</FILE>
|
||||
<TITLE>GOutputStream</TITLE>
|
||||
|
Reference in New Issue
Block a user