![]() |
![]() |
![]() |
[Insert name here] Reference Manual | ![]() |
---|
GopXMLSourceGopXMLSource — Common interface for XML serialiser implementations. |
void gop_xml_source_set_object (GopXMLSource *self,gchar const *id,GObject *object);gchar const * gop_xml_source_get_next_part (GopXMLSource *self);void gop_xml_source_rewind (GopXMLSource *self);
void gop_xml_source_set_object (GopXMLSource *self,gchar const *id,GObject *object);
Register an object for serialisation.
self : |
Self instance. |
id : |
Unique object ID. |
object : |
Object to register with XML serialiser subsystem. |
gchar const * gop_xml_source_get_next_part (GopXMLSource *self);
Get next string part of the serialised object.
self : |
Self instance. |
Returns : | String part, NULL after last part.
|
<< GopXMLSinkGObject | GopPersistFile >> |