mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-06-15 10:41:43 +03:00
xpathObjectRet() pertains to the libxml2 module, add the namespace. Daniel
* python/generator.py: xpathObjectRet() pertains to the libxml2 module, add the namespace. Daniel
This commit is contained in:
@ -545,7 +545,7 @@ classes_type = {
|
||||
}
|
||||
|
||||
converter_type = {
|
||||
"xmlXPathObjectPtr": "xpathObjectRet(%s)",
|
||||
"xmlXPathObjectPtr": "libxml2.xpathObjectRet(%s)",
|
||||
}
|
||||
|
||||
primary_classes = ["xpathParserContext", "xpathContext", "transformCtxt", "stylesheet"]
|
||||
|
Reference in New Issue
Block a user