|  |  |  | GSF Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
                    GsfOutfile;
GsfOutput *         gsf_outfile_new_child               (GsfOutfile *outfile,
                                                         char const *name,
                                                         gboolean is_dir);
GsfOutput *         gsf_outfile_new_child_full          (GsfOutfile *outfile,
                                                         char const *name,
                                                         gboolean is_dir,
                                                         char const *first_property_name,
                                                         ...);
GsfOutput *         gsf_outfile_new_child_varg          (GsfOutfile *outfile,
                                                         char const *name,
                                                         gboolean is_dir,
                                                         char const *first_property_name,
                                                         va_list args);
GObject +----GsfOutput +----GsfOutfile +----GsfOutfileMSOle +----GsfOutfileStdio +----GsfOutfileZip +----GsfOutfileOpenPkg
typedef struct _GsfOutfile GsfOutfile;
Class representing an output file, counterpart to GsfInfile.
GsfOutput * gsf_outfile_new_child (GsfOutfile *outfile, char const *name, gboolean is_dir);
| 
 | A GsfOutfile | 
| 
 | The name of the new child to create | 
| 
 | TRUEto create a directory,FALSEto create a plain file | 
| Returns : | a newly created child | 
GsfOutput * gsf_outfile_new_child_full (GsfOutfile *outfile, char const *name, gboolean is_dir, char const *first_property_name, ...);
| 
 | A GsfOutfile | 
| 
 | The name of the new child to create | 
| 
 | TRUE to create a directory, FALSE to create a plain file | 
| 
 | |
| 
 | |
| Returns : | a newly created child | 
GsfOutput * gsf_outfile_new_child_varg (GsfOutfile *outfile, char const *name, gboolean is_dir, char const *first_property_name, va_list args);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| Returns : |