FilterGZip
Object Hierarchy:
Description:
[
CCode ( type_id =
"g_mime_filter_gzip_get_type ()" ) ]
public class FilterGZip :
Filter
A filter for compresing or decompressing a gzip stream.
Content:
Creation methods:
Methods:
- public unowned string get_comment ()
Gets the comment that was either previously set or retrieved when decoding a
gzip stream.
- public unowned string get_filename ()
Gets the filename that was either previously set or retrieved when decoding
a gzip stream.
- public void set_comment (string comment)
Sets the comment that should be used when generating the gzip header.
- public void set_filename (string filename)
Sets the filename that should be used when generating the gzip header.
Fields:
Inherited Members:
All known members inherited from class GMime.Filter
All known members inherited from class GLib.Object