mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +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>
|
<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>
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
*
|
*
|
||||||
|
@ -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
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user