gsf-infile

Name

gsf-infile -- 

Synopsis



#define     GSF_INFILE_TYPE
#define     GSF_INFILE                      (o)
GType       gsf_infile_get_type             (void);
int         gsf_infile_num_children         (GsfInfile *infile);
GsfInput*   gsf_infile_child_by_index       (GsfInfile *infile,
                                             int i);
GsfInput*   gsf_infile_child_by_name        (GsfInfile *infile,
                                             char const *name);

Description

Details

GSF_INFILE_TYPE

#define GSF_INFILE_TYPE        (gsf_infile_get_type ())


GSF_INFILE()

#define GSF_INFILE(o)          (G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_INFILE_TYPE, GsfInfile))

o :


gsf_infile_get_type ()

GType       gsf_infile_get_type             (void);

Returns :


gsf_infile_num_children ()

int         gsf_infile_num_children         (GsfInfile *infile);

infile :

the structured storage

Returns :

the number of children the storage has, or -1 if the storage can not have children.


gsf_infile_child_by_index ()

GsfInput*   gsf_infile_child_by_index       (GsfInfile *infile,
                                             int i);

infile :

i :

Returns :

a newly created child which must be unrefed.


gsf_infile_child_by_name ()

GsfInput*   gsf_infile_child_by_name        (GsfInfile *infile,
                                             char const *name);

infile :

name :

Returns :

a newly created child which must be unrefed.