| Top |  |  |  |  | 
gchar * xb_silo_export (XbSilo *self,XbNodeExportFlags flags,GError **error);
Exports the silo back to XML.
| self | a XbSilo | |
| flags | some XbNodeExportFlags, e.g. XB_NODE_EXPORT_FLAG_NONE | |
| error | the GError, or  | 
Since: 0.1.0
gboolean xb_silo_export_file (XbSilo *self,GFile *file,XbNodeExportFlags flags,GCancellable *cancellable,GError **error);
Exports the silo back to an XML file.
| self | a XbSilo | |
| file | a GFile | |
| flags | some XbNodeExportFlags, e.g. XB_NODE_EXPORT_FLAG_NONE | |
| cancellable | a GCancellable, or  | |
| error | the GError, or  | 
Since: 0.1.2