mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-06-15 10:41:43 +03:00
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.
This commit is contained in:
@ -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'>
|
||||
|
Reference in New Issue
Block a user