Fix API docs for GZlibCompressor and GZlibDecompressor

Corrects the general descriptions and makes the signals and implemented
interfaces appear.
This commit is contained in:
Felix Riemann
2010-02-24 12:54:17 +01:00
parent 560f518743
commit 373f3d8b52
3 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ enum {
* @short_description: Zlib decompressor
* @include: gio/gio.h
*
* #GZlibDecompressor is an implementation of #GDecompressor that
* #GZlibDecompressor is an implementation of #GConverter that
* decompresses data compressed with zlib.
*/