mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-28 04:41:59 +03:00
fixed a small warning. rebuilt the APIs Daniel
* python/libxml.c : fixed a small warning. * doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml python/libxsltclass.txt: rebuilt the APIs Daniel
This commit is contained in:
@ -349,7 +349,7 @@ libxslt_xsltCleanup(PyObject *self, PyObject *args) {
|
||||
************************************************************************/
|
||||
static PyMethodDef libxsltMethods[] = {
|
||||
#include "libxslt-export.c"
|
||||
{ NULL, NULL, NULL, NULL }
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
void initlibxsltmod(void) {
|
||||
|
@ -128,6 +128,9 @@ Class transformCtxt()
|
||||
quoteOneUserParam()
|
||||
variableLookup()
|
||||
|
||||
# functions from module xsltInternals
|
||||
allocateExtraCtxt()
|
||||
|
||||
# functions from module xsltutils
|
||||
message()
|
||||
printErrorContext()
|
||||
@ -190,6 +193,7 @@ Class stylesheet()
|
||||
parseGlobalVariable()
|
||||
|
||||
# functions from module xsltInternals
|
||||
allocateExtra()
|
||||
freeStylesheet()
|
||||
parseStylesheetOutput()
|
||||
parseStylesheetProcess()
|
||||
|
Reference in New Issue
Block a user