mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
applied fix for accessor functions of a stylesheet returning pointers to
* python/libxslt-python-api.xml: applied fix for accessor functions of a stylesheet returning pointers to immutable strings, patch from #320540 * xsltproc/xsltproc.c: fix the xinclude on stylehseet problem by adding a new parameter to xsltproc names --xincludestyle Daniel
This commit is contained in:
@ -141,22 +141,22 @@
|
||||
</function>
|
||||
<function name='xsltStylesheetGetMethod' file='python_accessor'>
|
||||
<info>Get the output method of a stylesheet</info>
|
||||
<return type='xmlChar *' info="The output method" field="method"/>
|
||||
<return type='const xmlChar *' info="The output method" field="method"/>
|
||||
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
|
||||
</function>
|
||||
<function name='xsltStylesheetGetMethodURI' file='python_accessor'>
|
||||
<info>Get the output method URI of a stylesheet</info>
|
||||
<return type='xmlChar *' info="The output method URI" field="methodURI"/>
|
||||
<return type='const xmlChar *' info="The output method URI" field="methodURI"/>
|
||||
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
|
||||
</function>
|
||||
<function name='xsltStylesheetGetVersion' file='python_accessor'>
|
||||
<info>Get the output version of a stylesheet</info>
|
||||
<return type='xmlChar *' info="The output version" field="version"/>
|
||||
<return type='const xmlChar *' info="The output version" field="version"/>
|
||||
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
|
||||
</function>
|
||||
<function name='xsltStylesheetGetEncoding' file='python_accessor'>
|
||||
<info>Get the output encoding of a stylesheet</info>
|
||||
<return type='xmlChar *' info="The output encoding" field="encoding"/>
|
||||
<return type='const xmlChar *' info="The output encoding" field="encoding"/>
|
||||
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
|
||||
</function>
|
||||
<function name='xsltStylesheetGetDoctypePublic' file='python_accessor'>
|
||||
|
Reference in New Issue
Block a user