mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-25 09:00:03 +01:00
docs: Move the GZlib*Compressor SECTIONs
Move them to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
38c4809719
commit
9e95163a3c
@ -43,21 +43,14 @@ enum {
|
||||
};
|
||||
|
||||
/**
|
||||
* SECTION:gzlibcompressor
|
||||
* @short_description: Zlib compressor
|
||||
* @include: gio/gio.h
|
||||
* GZlibCompressor:
|
||||
*
|
||||
* #GZlibCompressor is an implementation of #GConverter that
|
||||
* `GZlibCompressor` is an implementation of [iface@Gio.Converter] that
|
||||
* compresses data using zlib.
|
||||
*/
|
||||
|
||||
static void g_zlib_compressor_iface_init (GConverterIface *iface);
|
||||
|
||||
/**
|
||||
* GZlibCompressor:
|
||||
*
|
||||
* Zlib decompression
|
||||
*/
|
||||
struct _GZlibCompressor
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
@ -42,11 +42,9 @@ enum {
|
||||
};
|
||||
|
||||
/**
|
||||
* SECTION:gzlibdecompressor
|
||||
* @short_description: Zlib decompressor
|
||||
* @include: gio/gio.h
|
||||
* GZlibDecompressor:
|
||||
*
|
||||
* #GZlibDecompressor is an implementation of #GConverter that
|
||||
* `GZlibDecompressor` is an implementation of [iface@Gio.Converter] that
|
||||
* decompresses data compressed with zlib.
|
||||
*/
|
||||
|
||||
@ -58,11 +56,6 @@ typedef struct {
|
||||
GFileInfo *file_info;
|
||||
} HeaderData;
|
||||
|
||||
/**
|
||||
* GZlibDecompressor:
|
||||
*
|
||||
* Zlib decompression
|
||||
*/
|
||||
struct _GZlibDecompressor
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
Loading…
x
Reference in New Issue
Block a user