gsf-infile-zip

Name

gsf-infile-zip -- 

Synopsis



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);

Description

Details

struct GsfInfileZip

struct GsfInfileZip;


GSF_INFILE_ZIP_TYPE

#define GSF_INFILE_ZIP_TYPE        (gsf_infile_zip_get_type ())


GSF_INFILE_ZIP()

#define GSF_INFILE_ZIP(o)          (G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_INFILE_ZIP_TYPE, GsfInfileZip))

o :


gsf_infile_zip_get_type ()

GType       gsf_infile_zip_get_type         (void);

Returns :


gsf_infile_zip_new ()

GsfInfile*  gsf_infile_zip_new              (GsfInput *source,
                                             GError **err);

Opens the root directory of a Zip file. NOTE : adds a reference to source

source :

err :

Returns :

: the new zip file handler