docs: Match GZlib(De)Compressor section with the type name

Otherwise the introspection scanner won't be able to match the
documentation stanza to the corresponding type.
This commit is contained in:
Emmanuele Bassi 2021-07-31 22:59:15 +01:00
parent f62622fc7b
commit 6081e92daf
4 changed files with 6 additions and 6 deletions

View File

@ -48,8 +48,8 @@
<title>Data conversion</title> <title>Data conversion</title>
<xi:include href="xml/gconverter.xml"/> <xi:include href="xml/gconverter.xml"/>
<xi:include href="xml/gcharsetconverter.xml"/> <xi:include href="xml/gcharsetconverter.xml"/>
<xi:include href="xml/gzcompressor.xml"/> <xi:include href="xml/gzlibcompressor.xml"/>
<xi:include href="xml/gzdecompressor.xml"/> <xi:include href="xml/gzlibdecompressor.xml"/>
</chapter> </chapter>
<chapter id="streaming"> <chapter id="streaming">
<title>Streaming I/O</title> <title>Streaming I/O</title>

View File

@ -2505,7 +2505,7 @@ g_converter_output_stream_get_type
</SECTION> </SECTION>
<SECTION> <SECTION>
<FILE>gzcompressor</FILE> <FILE>gzlibcompressor</FILE>
<TITLE>GZlibCompressor</TITLE> <TITLE>GZlibCompressor</TITLE>
GZlibCompressor GZlibCompressor
GZlibCompressorFormat GZlibCompressorFormat
@ -2527,7 +2527,7 @@ g_zlib_compressor_format_get_type
</SECTION> </SECTION>
<SECTION> <SECTION>
<FILE>gzdecompressor</FILE> <FILE>gzlibdecompressor</FILE>
<TITLE>GZlibDecompressor</TITLE> <TITLE>GZlibDecompressor</TITLE>
GZlibDecompressor GZlibDecompressor
g_zlib_decompressor_new g_zlib_decompressor_new

View File

@ -41,7 +41,7 @@ enum {
}; };
/** /**
* SECTION:gzcompressor * SECTION:gzlibcompressor
* @short_description: Zlib compressor * @short_description: Zlib compressor
* @include: gio/gio.h * @include: gio/gio.h
* *

View File

@ -40,7 +40,7 @@ enum {
}; };
/** /**
* SECTION:gzdecompressor * SECTION:gzlibdecompressor
* @short_description: Zlib decompressor * @short_description: Zlib decompressor
* @include: gio/gio.h * @include: gio/gio.h
* *