summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2006-10-26 13:32:42 +0000
committerDaniel Veillard <veillard@src.gnome.org>2006-10-26 13:32:42 +0000
commit951beb01d47c23b137180086456328112e672586 (patch)
tree107a04f466ec81a43fc166743947b82cb55c966f /python
parent1ead9ea8c6a52f794722d7ff79e7f019e3d5fd4a (diff)
downloadlibxslt-951beb01d47c23b137180086456328112e672586.tar.gz
preparing release of libxslt-1.1.18, this bumps libxml2 requirement toLIBXSLT_1_1_18
* NEWS configure.in doc//*: preparing release of libxslt-1.1.18, this bumps libxml2 requirement to 1.6.27 * libexslt/date.c libxslt/namespaces.h libxslt/xslt.c libxslt/xsltInternals.h: cosmetic cleanups to restore the API extraction Daniel
Diffstat (limited to 'python')
-rw-r--r--python/libxsltclass.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt
index 0a344167..555b69f8 100644
--- a/python/libxsltclass.txt
+++ b/python/libxsltclass.txt
@@ -25,6 +25,7 @@ registerExtensionClass()
# functions from module xslt
cleanupGlobals()
+init()
# functions from module xsltInternals
isBlank()
@@ -32,6 +33,7 @@ loadStylesheetPI()
newStylesheet()
parseStylesheetDoc()
parseStylesheetFile()
+uninit()
# functions from module xsltutils
calibrateAdjust()
@@ -130,9 +132,12 @@ Class transformCtxt()
# functions from module xsltInternals
allocateExtraCtxt()
createRVT()
+ extensionInstructionResultFinalize()
freeRVTs()
+ registerLocalRVT()
registerPersistRVT()
registerTmpRVT()
+ releaseRVT()
# functions from module xsltutils
message()