summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-07-12 00:29:20 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-07-12 00:29:20 +0000
commit36006fefbe271379be22d0455b0572b9de8fb6ec (patch)
tree6090a759b721bf6e8dfc67aad84b34958df9fa77 /python
parent0801256cdfe63629e379216a34405d3d89f0f905 (diff)
downloadlibxslt-36006fefbe271379be22d0455b0572b9de8fb6ec.tar.gz
libxslt-36006fefbe271379be22d0455b0572b9de8fb6ec.tar.bz2
libxslt-36006fefbe271379be22d0455b0572b9de8fb6ec.zip
fixed type for doctypeSystem and doctypePublic (problem reported on the
* python/libxslt-python-api.xml: fixed type for doctypeSystem and doctypePublic (problem reported on the list by Sitsofe Wheeler) * doc/libxslt-api.xml: updated database.
Diffstat (limited to 'python')
-rw-r--r--python/libxslt-python-api.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/libxslt-python-api.xml b/python/libxslt-python-api.xml
index a9e3d6aa..4c411af6 100644
--- a/python/libxslt-python-api.xml
+++ b/python/libxslt-python-api.xml
@@ -161,12 +161,12 @@
</function>
<function name='xsltStylesheetGetDoctypePublic' file='python_accessor'>
<info>Get the output PUBLIC of a stylesheet</info>
- <return type='xmlChar *' info="The output PUBLIC" field="doctypePublic"/>
+ <return type='const xmlChar *' info="The output PUBLIC" field="doctypePublic"/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
</function>
<function name='xsltStylesheetGetDoctypeSystem' file='python_accessor'>
<info>Get the output SYSTEM of a stylesheet</info>
- <return type='xmlChar *' info="The output SYSTEM" field="doctypeSystem"/>
+ <return type='const xmlChar *' info="The output SYSTEM" field="doctypeSystem"/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
</function>
<function name='xsltStylesheetGetPrivate' file='python_accessor'>