|  |  |  | GSF Reference Manual |  | 
|---|---|---|---|---|
            GsfStructuredBlob;
gboolean    gsf_structured_blob_write       (GsfStructuredBlob *blob,
                                             GsfOutfile *container);
GsfStructuredBlob* gsf_structured_blob_read (GsfInput *input);
gboolean gsf_structured_blob_write (GsfStructuredBlob *blob, GsfOutfile *container);
Dumps structured blob blob onto the container.  Will fail if the output is
not an Outfile and blob has multiple streams.
| blob: | |
| container: | |
| Returns : | TRUE on success. | 
GsfStructuredBlob* gsf_structured_blob_read (GsfInput *input);
| input: | An input (potentially a GsfInfile) holding the blob | 
| Returns : | a freshly created tree of blobs |