Top | ![]() |
![]() |
![]() |
![]() |
int | gsf_infile_num_children () |
GsfInput * | gsf_infile_child_by_index () |
GsfInput * | gsf_infile_child_by_name () |
GsfInput * | gsf_infile_child_by_vname () |
GsfInput * | gsf_infile_child_by_aname () |
GsfInput * | gsf_infile_child_by_vaname () |
char const * | gsf_infile_name_by_index () |
GObject ╰── GsfInput ╰── GsfInfile ├── GsfInfileMSOle ├── GsfInfileStdio ├── GsfInfileZip ╰── GsfStructuredBlob
GsfInput * gsf_infile_child_by_index (GsfInfile *infile
,int i
);
TODO : For 2.0 api will change to include a GError.
GsfInput * gsf_infile_child_by_name (GsfInfile *infile
,char const *name
);
TODO : For 2.0 api will change to include a GError.
GsfInput * gsf_infile_child_by_aname (GsfInfile *infile
,char const *names[]
);
New in 1.14.9.
GsfInput * gsf_infile_child_by_vaname (GsfInfile *infile
,va_list names
);
New in 1.14.9.