summaryrefslogtreecommitdiff
path: root/doc/libxslt-api.xml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-10-22 11:09:56 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-10-22 11:09:56 +0000
commit1521b2c80dc5962b42231e7e74f6cd0439b4d9af (patch)
tree54dfa4a05ad146b81caf7741c5e22f7edaed5415 /doc/libxslt-api.xml
parenteb955f5fe189ef3dd831c69741bf52a22c547433 (diff)
downloadlibxslt-1521b2c80dc5962b42231e7e74f6cd0439b4d9af.tar.gz
libxslt-1521b2c80dc5962b42231e7e74f6cd0439b4d9af.tar.bz2
libxslt-1521b2c80dc5962b42231e7e74f6cd0439b4d9af.zip
applied patch from Kasimier Buchcik for xsltGetDebuggerStatus and
* libxslt/xsltutils.[ch]: applied patch from Kasimier Buchcik for xsltGetDebuggerStatus and xsltSetDebuggerStatus * doc/libxslt-api.xml: regenerated the API Daniel
Diffstat (limited to 'doc/libxslt-api.xml')
-rw-r--r--doc/libxslt-api.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml
index f5b23c37..ff7dccab 100644
--- a/doc/libxslt-api.xml
+++ b/doc/libxslt-api.xml
@@ -94,6 +94,7 @@
<exports symbol='xsltGenericDebugContext'/>
<exports symbol='xsltGenericError'/>
<exports symbol='xsltGenericErrorContext'/>
+ <exports symbol='xsltGetDebuggerStatus'/>
<exports symbol='xsltGetNsProp'/>
<exports symbol='xsltGetProfileInformation'/>
<exports symbol='xsltGetQNameURI'/>
@@ -109,6 +110,7 @@
<exports symbol='xsltSaveResultToString'/>
<exports symbol='xsltSetCtxtSortFunc'/>
<exports symbol='xsltSetDebuggerCallbacks'/>
+ <exports symbol='xsltSetDebuggerStatus'/>
<exports symbol='xsltSetGenericDebugFunc'/>
<exports symbol='xsltSetGenericErrorFunc'/>
<exports symbol='xsltSetSortFunc'/>
@@ -1393,6 +1395,10 @@ informations are stored'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
<arg name='nargs' type='int' info='the number of arguments'/>
</function>
+ <function name='xsltGetDebuggerStatus' file='xsltutils'>
+ <info>Get xslDebugStatus.</info>
+ <return type='int' info='the value of xslDebugStatus.'/>
+ </function>
<function name='xsltGetDefaultSecurityPrefs' file='security'>
<info>Get the default security preference application-wide</info>
<return type='xsltSecurityPrefsPtr' info='the current xsltSecurityPrefsPtr in use or NULL if none'/>
@@ -1961,6 +1967,11 @@ informations are stored'/>
<arg name='no' type='int' info='number of callbacks'/>
<arg name='block' type='void *' info='the block of callbacks'/>
</function>
+ <function name='xsltSetDebuggerStatus' file='xsltutils'>
+ <info>This function sets the value of xslDebugStatus.</info>
+ <return type='void'/>
+ <arg name='value' type='int' info='the value to be set'/>
+ </function>
<function name='xsltSetDefaultSecurityPrefs' file='security'>
<info>Set the default security preference application-wide</info>
<return type='void'/>