1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-06-13 19:21:37 +03:00

couple of bug fixes Daniel

* python/libxml.c: couple of bug fixes
Daniel
This commit is contained in:
Daniel Veillard
2002-02-12 13:46:21 +00:00
parent 01a6d4170c
commit 797a565a2f
3 changed files with 60 additions and 0 deletions

View File

@ -147,6 +147,7 @@ def xpathObjectRet(o):
def registerXPathFunction(ctxt, name, ns_uri, f):
ret = libxml2mod.xmlRegisterXPathFunction(ctxt, name, ns_uri, f)
#
# Everything below this point is automatically generated
#