|  |  |  | Goffice Reference Manual |  | 
|---|---|---|---|---|
            GOData;
GOData*     go_data_dup                     (GOData const *src);
gboolean    go_data_eq                      (GOData const *a,
                                             GOData const *b);
GOFormat*   go_data_preferred_fmt           (GOData const *dat);
char*       go_data_as_str                  (GOData const *dat);
gboolean    go_data_from_str                (GOData *dat,
                                             char const *str);
void        go_data_emit_changed            (GOData *dat);
char* go_data_as_str (GOData const *dat);
Return a string representation of the data source that the caller is responsible for freeing
NOTE : This is the _source_ not the content.
| dat: | GOData | 
| Returns : | 
gboolean go_data_from_str (GOData *dat, char const *str);
De-serializes the source information returned from go_data_as_str.
| dat: | GOData | 
| str: | |
| Returns : | FALSE on error. |