GSF Reference Manual |
---|
Outfile writing structed files —
struct GsfOutfile; GsfOutput* gsf_outfile_new_child (GsfOutfile *outfile, char const *name, gboolean is_dir); GQuark gsf_outfile_error (void);
GObject +----GsfOutput +----GsfOutfile +----GsfOutfileMSOle +----GsfOutfileStdio +----GsfOutfileZip
GsfOutput* gsf_outfile_new_child (GsfOutfile *outfile, char const *name, gboolean is_dir);
outfile : | A GsfOutfile |
name : | The name of the new child to create |
is_dir : | TRUE to create a directory, FALSE to create a plain file |
Returns : | a newly created child |
<< Infile reading structed files | Reading and Writing from local files and directories >> |