![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Known Implementations |
Synopsis
GOPersist; GOPersistClass; gboolean go_persist_dom_load (GOPersist *gp
,xmlNode *node
); void go_persist_sax_save (GOPersist const *gp
,GsfXMLOut *output
); void go_persist_prep_sax (GOPersist *gp
,GsfXMLIn *xin
,xmlChar const **attrs
); #define GO_PARAM_PERSISTENT
Known Implementations
GOPersist is implemented by GODistribution, GOStyle, GogErrorBar and GogStyle.
Details
GOPersistClass
typedef struct { GTypeInterface base; gboolean (*dom_load) (GOPersist *gp, xmlNode *node); void (*prep_sax) (GOPersist *gp, GsfXMLIn *xin, xmlChar const **attrs); void (*sax_save) (GOPersist const *gp, GsfXMLOut *output); } GOPersistClass;
go_persist_dom_load ()
gboolean go_persist_dom_load (GOPersist *gp
,xmlNode *node
);
|
|
|
|
Returns : |
go_persist_sax_save ()
void go_persist_sax_save (GOPersist const *gp
,GsfXMLOut *output
);
|
|
|
go_persist_prep_sax ()
void go_persist_prep_sax (GOPersist *gp
,GsfXMLIn *xin
,xmlChar const **attrs
);
|
|
|
|
|