mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-08 11:55:47 +01:00
Remove utf8inputstream leftovers in a few other places
This commit is contained in:
parent
2bfddf162e
commit
277b9717da
@ -68,7 +68,6 @@
|
||||
<xi:include href="xml/gunixoutputstream.xml"/>
|
||||
<xi:include href="xml/gconverterinputstream.xml"/>
|
||||
<xi:include href="xml/gconverteroutputstream.xml"/>
|
||||
<xi:include href="xml/gutf8inputstream.xml"/>
|
||||
</chapter>
|
||||
<chapter id="types">
|
||||
<title>File types and applications</title>
|
||||
|
@ -712,24 +712,6 @@ 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>
|
||||
|
@ -43,7 +43,6 @@ typedef struct _GConverter GConverter;
|
||||
typedef struct _GConverterInputStream GConverterInputStream;
|
||||
typedef struct _GConverterOutputStream GConverterOutputStream;
|
||||
typedef struct _GDataInputStream GDataInputStream;
|
||||
typedef struct _GUtf8InputStream GUtf8InputStream;
|
||||
typedef struct _GZlibCompressor GZlibCompressor;
|
||||
typedef struct _GZlibDecompressor GZlibDecompressor;
|
||||
|
||||
|
@ -96,7 +96,6 @@ gio/gunixoutputstream.c
|
||||
gio/gunixsocketaddress.c
|
||||
gio/gunixvolume.c
|
||||
gio/gunixvolumemonitor.c
|
||||
gio/gutf8inputstream.c
|
||||
gio/gvfs.c
|
||||
gio/gvolume.c
|
||||
gio/gvolumemonitor.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user