gsf-infile-zip

Name

gsf-infile-zip -- 

Synopsis



struct      GsfInfileZip;
GsfInfileZip* gsf_infile_zip_new            (GsfInput *source,
                                             GError **err);

Description

Details

struct GsfInfileZip

struct GsfInfileZip;


gsf_infile_zip_new ()

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

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

source :

A base GsfInput

err :

A GError, optionally null

Returns :

: the new zip file handler