struct GsfInfileZip; GsfInfileZip* gsf_infile_zip_new (GsfInput *source, GError **err);
struct GsfInfileZip;
GsfInfileZip* gsf_infile_zip_new (GsfInput *source, GError **err);
Opens the root directory of a Zip file. NOTE : adds a reference to source
A base GsfInput
A GError, optionally null
: the new zip file handler