diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-01-10 13:14:40 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-01-10 13:14:40 +0000 |
commit | 3e20a2921373677d1cf54fcf6081b3492e0c7558 (patch) | |
tree | cdc655129f31c6684c9555576eca30500fec47c3 /python/libxml2-python-api.xml | |
parent | e55e8e4833c84c3272333f9fc17e81002463eb76 (diff) | |
download | libxml2-3e20a2921373677d1cf54fcf6081b3492e0c7558.tar.gz |
fixed bug #102181 by applying the suggested change and fixing the
* python/libxml.py python/libxml.c python/libxml2-python-api.xml:
fixed bug #102181 by applying the suggested change and fixing
the generation/registration problem.
Daniel
Diffstat (limited to 'python/libxml2-python-api.xml')
-rw-r--r-- | python/libxml2-python-api.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/libxml2-python-api.xml b/python/libxml2-python-api.xml index 739b0669..7e8e922c 100644 --- a/python/libxml2-python-api.xml +++ b/python/libxml2-python-api.xml @@ -14,12 +14,6 @@ <return type='xmlNodePtr' info="A new element node"/> <arg name='name' type='xmlChar *' info='the node name'/> </function> - <function name='xmlRegisterErrorHandler' file='python'> - <info>Register a Python written function to for error reporting. The function is called back as f(ctx, error).</info> - <return type='int' info="1 in case of success, 0 or -1 in case of error"/> - <arg name='f' type='pythonObject' info='the python function'/> - <arg name='ctx' type='pythonObject' info='a context for the callback'/> - </function> <function name='xmlCreatePushParser' file='python'> <info>Create a progressive XML parser context to build either an event flow if the SAX object is not None, or a DOM tree otherwise.</info> <return type='xmlParserCtxtPtr' info="the parser context or None in case of error"/> |