Constructor
GioZlibDecompressornew
since: 2.24
Declaration [src]
GZlibDecompressor*
g_zlib_decompressor_new (
GZlibCompressorFormat format
)
Parameters
format
-
Type:
GZlibCompressorFormat
The format to use for the compressed data.
Return value
Type: GZlibDecompressor
A new GZlibDecompressor
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |