mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-16 11:21:50 +03:00
attempst to tweak to get full memory debug... the basic API starts to work
* configure.in python/Makefile.am: attempst to tweak to get full memory debug... * python/generator.py python/libxsl.py python/libxslt-python-api.xml python/libxslt.c python/libxslt_wrap.h python/libxsltclass.txt: the basic API starts to work * python/tests/test.*: first basic test * libxslt/xsltutils.c: fixed a comment Daniel
This commit is contained in:
@ -34,5 +34,5 @@ typedef struct {
|
||||
xsltTransformContextPtr obj;
|
||||
} PytransformCtxt_Object;
|
||||
|
||||
PyObject * libxslt_xsltTransformContextPtr(xsltTransformContextPtr ctxt);
|
||||
PyObject * libxslt_xsltStylesheetPtr(xsltStylesheetPtr ctxt);
|
||||
PyObject * libxslt_xsltStylesheetPtrWrap(xsltStylesheetPtr ctxt);
|
||||
PyObject * libxslt_xsltTransformContextPtrWrap(xsltTransformContextPtr ctxt);
|
||||
|
Reference in New Issue
Block a user