![]() | ![]() | ![]() | GSF Reference Manual | ![]() |
---|
#define GSF_INPUT_GZIP_TYPE #define GSF_INPUT_GZIP (o) #define GSF_IS_INPUT_GZIP (o) struct GsfInputGZip; GType gsf_input_gzip_get_type (void); GsfInputGZip* gsf_input_gzip_new (GsfInput *source, GError **err);
#define GSF_INPUT_GZIP(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_INPUT_GZIP_TYPE, GsfInputGZip))
o : |
|
#define GSF_IS_INPUT_GZIP(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSF_INPUT_GZIP_TYPE))
o : |
|
GsfInputGZip* gsf_input_gzip_new (GsfInput *source, GError **err);
Adds a reference to source.
source : | The underlying data source. |
err : | optionally NULL. |
Returns : | a new file or NULL. |
<<< gsf-input-gzip | gsf-input-memory >>> |