mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-22 08:20:36 +08:00
couple of bug fixes Daniel
* python/libxml.c: couple of bug fixes Daniel
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user