![]() |
![]() |
![]() |
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);
NOTE : This is the _source_ not the content.
|
GOData |
Returns : |
a string representation of the data source that the caller is responsible for freeing |
gboolean go_data_from_str (GOData *dat, char const *str);
De-serializes the source information returned from go_data_as_str.
|
GOData |
|
string to parse |
Returns : |
FALSE on error.
|
"changed"
signalvoid user_function (GOData *godata, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |