mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
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:
parent
f62622fc7b
commit
6081e92daf
@ -48,8 +48,8 @@
|
||||
<title>Data conversion</title>
|
||||
<xi:include href="xml/gconverter.xml"/>
|
||||
<xi:include href="xml/gcharsetconverter.xml"/>
|
||||
<xi:include href="xml/gzcompressor.xml"/>
|
||||
<xi:include href="xml/gzdecompressor.xml"/>
|
||||
<xi:include href="xml/gzlibcompressor.xml"/>
|
||||
<xi:include href="xml/gzlibdecompressor.xml"/>
|
||||
</chapter>
|
||||
<chapter id="streaming">
|
||||
<title>Streaming I/O</title>
|
||||
|
@ -2505,7 +2505,7 @@ g_converter_output_stream_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gzcompressor</FILE>
|
||||
<FILE>gzlibcompressor</FILE>
|
||||
<TITLE>GZlibCompressor</TITLE>
|
||||
GZlibCompressor
|
||||
GZlibCompressorFormat
|
||||
@ -2527,7 +2527,7 @@ g_zlib_compressor_format_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gzdecompressor</FILE>
|
||||
<FILE>gzlibdecompressor</FILE>
|
||||
<TITLE>GZlibDecompressor</TITLE>
|
||||
GZlibDecompressor
|
||||
g_zlib_decompressor_new
|
||||
|
@ -41,7 +41,7 @@ enum {
|
||||
};
|
||||
|
||||
/**
|
||||
* SECTION:gzcompressor
|
||||
* SECTION:gzlibcompressor
|
||||
* @short_description: Zlib compressor
|
||||
* @include: gio/gio.h
|
||||
*
|
||||
|
@ -40,7 +40,7 @@ enum {
|
||||
};
|
||||
|
||||
/**
|
||||
* SECTION:gzdecompressor
|
||||
* SECTION:gzlibdecompressor
|
||||
* @short_description: Zlib decompressor
|
||||
* @include: gio/gio.h
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user