struct GsfInfileZip; #define GSF_INFILE_ZIP_TYPE #define GSF_INFILE_ZIP (o) GType gsf_infile_zip_get_type (void); GsfInfile* gsf_infile_zip_new (GsfInput *source, GError **err);
struct GsfInfileZip;
#define GSF_INFILE_ZIP_TYPE (gsf_infile_zip_get_type ())
#define GSF_INFILE_ZIP(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_INFILE_ZIP_TYPE, GsfInfileZip))
GType gsf_infile_zip_get_type (void);
GsfInfile* gsf_infile_zip_new (GsfInput *source, GError **err);
Opens the root directory of a Zip file. NOTE : adds a reference to source