diff options
| author | Dana Jansens <danakj@orodu.net> | 2011-08-05 11:00:53 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2012-09-30 14:57:41 -0400 |
| commit | d58ed5c413e052e7ff58aa1ea15b475e9c335e07 (patch) | |
| tree | 409a6f2a19ec9fc9e81e4f282b4888087078c050 /obt/xml.h | |
| parent | 69672e9d07381d088049e113da63b5beb7e90636 (diff) | |
Allow an xml tag to be unregistered from the xml parser.
Diffstat (limited to 'obt/xml.h')
| -rw-r--r-- | obt/xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ void obt_xml_close(ObtXmlInst *inst); void obt_xml_register(ObtXmlInst *inst, const gchar *tag, ObtXmlCallback func, gpointer data); +void obt_xml_unregister(ObtXmlInst *inst, const gchar *tag); void obt_xml_tree(ObtXmlInst *i, xmlNodePtr node); void obt_xml_tree_from_root(ObtXmlInst *i); |
