2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
9 #include <glib-object.h>
11 typedef struct _XMLwrapperClass XMLwrapperClass
;
13 struct _XMLwrapperClass
{
22 XMLwrapper
*xml_new(const char *pathname
);
23 xmlNode
*xml_get_section(XMLwrapper
*xml
, const gchar
*ns
, const gchar
*name
);
24 xmlNode
*get_subnode(xmlNode
*node
, const char *namespaceURI
, const char *name
);
26 #endif /* __XML_H__ */