Constructor
GUPnPXMLDocnew
Declaration [src]
GUPnPXMLDoc*
gupnp_xml_doc_new (
  xmlDoc* xml_doc
)
Parameters
| xml_doc | xmlDoc | 
| Pointer to #xmlDoc to wrap under this object. | |
| The called function takes ownership of the data, and is responsible for freeing it. | 
Return value
| Returns: | GUPnPXMLDoc | 
| A new  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |