summaryrefslogtreecommitdiff
path: root/obt/xml.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2011-08-05 11:00:53 -0400
committerDana Jansens <danakj@orodu.net>2012-09-30 14:57:41 -0400
commitd58ed5c413e052e7ff58aa1ea15b475e9c335e07 (patch)
tree409a6f2a19ec9fc9e81e4f282b4888087078c050 /obt/xml.h
parent69672e9d07381d088049e113da63b5beb7e90636 (diff)
Allow an xml tag to be unregistered from the xml parser.
Diffstat (limited to 'obt/xml.h')
-rw-r--r--obt/xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/obt/xml.h b/obt/xml.h
index ac2dc57f..3884f36b 100644
--- a/obt/xml.h
+++ b/obt/xml.h
@@ -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);