mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-19 20:33:13 +08:00
fixed a stupid bug when renaming a function Daniel
* python/libxml.c python/libxml.py: fixed a stupid bug when renaming a function Daniel
This commit is contained in:
@@ -145,7 +145,7 @@ def xpathObjectRet(o):
|
||||
# register an XPath function
|
||||
#
|
||||
def registerXPathFunction(ctxt, name, ns_uri, f):
|
||||
ret = _libxml.registerXPathFunction(ctxt, name, ns_uri, f)
|
||||
ret = _libxml.xmlRegisterXPathFunction(ctxt, name, ns_uri, f)
|
||||
|
||||
#
|
||||
# Everything below this point is automatically generated
|
||||
|
Reference in New Issue
Block a user