mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-06-13 19:21:37 +03:00
Progressing through the TODOs, class description output, extra XML API,
* libxml.spec.in python/Makefile.am python/TODO python/generator.py python/libxml.c python/libxml2-python-api.xml python/libxml2class.txt: Progressing through the TODOs, class description output, extra XML API, RPM now builds the wrappers for all python installed versions Daniel
This commit is contained in:
@ -419,6 +419,7 @@ libxml_registerXPathFunction(PyObject *self, PyObject *args) {
|
||||
libxml_xpathCallbacks[i].name = xmlStrdup(name);
|
||||
libxml_xpathCallbacks[i].ns_uri = xmlStrdup(ns_uri);
|
||||
libxml_xpathCallbacks[i].function = pyobj_f;
|
||||
c_retval = 1;
|
||||
}
|
||||
done:
|
||||
py_retval = libxml_intWrap((int) c_retval);
|
||||
|
Reference in New Issue
Block a user