![]() |
![]() |
![]() |
GSF Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GsfInfileZip; GsfInfile * gsf_infile_zip_new (GsfInput *source
,GError **err
); GsfOutfileZip; GsfOutfile * gsf_outfile_zip_new (GsfOutput *sink
,GError **err
); gboolean gsf_outfile_zip_set_compression_method (GsfOutfileZip *zip
,GsfZipCompressionMethod method
);
GObject +----GsfInput +----GsfInfile +----GsfInfileZip
GObject +----GsfOutput +----GsfOutfile +----GsfOutfileZip
"compression-level" gint : Read "internal-parent" GsfInfileZip* : Write / Construct Only "source" GsfInput* : Read / Write / Construct Only "compression-level" gint : Read / Write / Construct Only "entry-name" gchar* : Read / Write / Construct Only "sink" GsfOutput* : Read / Write / Construct Only
GsfInfile * gsf_infile_zip_new (GsfInput *source
,GError **err
);
Opens the root directory of a Zip file.
source
.
GsfOutfile * gsf_outfile_zip_new (GsfOutput *sink
,GError **err
);
Creates the root directory of a Zip file and manages the addition of children.
sink
.
gboolean gsf_outfile_zip_set_compression_method (GsfOutfileZip *zip
,GsfZipCompressionMethod method
);
"compression-level"
property"compression-level" gint : Read
Controls the level of compression used for new members.
Allowed values: [0,10]
Default value: 0
"internal-parent"
property"internal-parent" GsfInfileZip* : Write / Construct Only
Internal use only.
"source"
property"source" GsfInput* : Read / Write / Construct Only
The archive being interpreted.
"compression-level"
property"compression-level" gint : Read / Write / Construct Only
The level of compression used, zero meaning none.
Allowed values: [0,10]
Default value: 8
"entry-name"
property"entry-name" gchar* : Read / Write / Construct Only
The filename of this member in the archive without path.
Default value: NULL