Top |
Functions
gupnp_xml_doc_new ()
GUPnPXMLDoc *
gupnp_xml_doc_new (xmlDoc *xml_doc
);
Create a new GUPnPXMLDoc for xml_doc
.
Since: 0.13.0
gupnp_xml_doc_new_from_path ()
GUPnPXMLDoc * gupnp_xml_doc_new_from_path (const char *path
,GError **error
);
Create a new GUPnPXMLDoc for the XML document at path
.
Since: 0.13.0