mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-02 13:33:20 +03:00
fixing bug #101602 for extension modules init and shutdown callbacks,
* libxslt/extensions.c libxslt/transform.c: fixing bug #101602 for extension modules init and shutdown callbacks, check that they are now called when needed. * python/libxsl.py python/libxslt-python-api.xml python/libxslt.c: started adding the extension module support at the Python level. Still a strange bug to hunt down left. Daniel
This commit is contained in:
@@ -20,6 +20,7 @@ registerAllExtras()
|
||||
cleanup()
|
||||
registerErrorHandler()
|
||||
registerExtModuleFunction()
|
||||
registerExtensionClass()
|
||||
|
||||
# functions from module transform
|
||||
setXIncludeDefault()
|
||||
|
||||
Reference in New Issue
Block a user