Top | ![]() |
![]() |
![]() |
![]() |
GUPnPXMLDoc * | gupnp_xml_doc_new () |
GUPnPXMLDoc * | gupnp_xml_doc_new_from_path () |
const xmlDoc * | gupnp_xml_doc_get_doc () |
GUPnPXMLDoc *
gupnp_xml_doc_new (xmlDoc *xml_doc
);
Create a new GUPnPXMLDoc for xml_doc
.
Since: 0.14.0
GUPnPXMLDoc * gupnp_xml_doc_new_from_path (const char *path
,GError **error
);
Create a new GUPnPXMLDoc for the XML document at path
.
path |
Path to xml document |
|
error |
Location to put the error into. |
[inout][optional][nullable] |
Since: 0.14.0