![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Signals |
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);
GOFormat * go_data_preferred_fmt (GOData const *dat);
Caller is responsible for unrefing the result.
|
GOData |
Returns : |
the fmt preferred by the the data |
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.
|
GOData |
Returns : |
gboolean go_data_from_str (GOData *dat, char const *str);
De-serializes the source information returned from go_data_as_str.
|
GOData |
|
|
Returns : |
FALSE on error. |