summaryrefslogtreecommitdiff
path: root/doc/devhelp/libxml2-xpathInternals.html
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2023-04-26 21:21:31 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2023-04-26 21:22:17 +0200
commit6e12409b33c01da2c4823628c6ec2c50482fe3d9 (patch)
treed9a3be3cdb4652882c85d775b7ef49f6238a2a6f /doc/devhelp/libxml2-xpathInternals.html
parent2df2562e2baa5ef31605175a2dfe0360e597a3dd (diff)
downloadlibxml2-6e12409b33c01da2c4823628c6ec2c50482fe3d9.tar.gz
Regenerate docs and testapi.c
Diffstat (limited to 'doc/devhelp/libxml2-xpathInternals.html')
-rw-r--r--doc/devhelp/libxml2-xpathInternals.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/devhelp/libxml2-xpathInternals.html b/doc/devhelp/libxml2-xpathInternals.html
index 750dade3..3a1f3ba7 100644
--- a/doc/devhelp/libxml2-xpathInternals.html
+++ b/doc/devhelp/libxml2-xpathInternals.html
@@ -650,7 +650,7 @@ void <a href="#xmlXPatherror">xmlXPatherror</a> (<a href="libxml2-xpath.html#x
</tr>
<tr>
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
-<td>the number of items on the value stack, or -1 in case of error.</td>
+<td>the number of items on the value stack, or -1 in case of error. The object is destroyed in case of error.</td>
</tr>
</tbody>
</table></div>
@@ -2095,7 +2095,7 @@ void <a href="#xmlXPatherror">xmlXPatherror</a> (<a href="libxml2-xpath.html#x
</tr>
<tr>
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
-<td>@val1 once extended or NULL in case of error.</td>
+<td>@val1 once extended or NULL in case of error. Frees @val1 in case of error.</td>
</tr>
</tbody>
</table></div>
@@ -3164,7 +3164,7 @@ void <a href="#xmlXPatherror">xmlXPatherror</a> (<a href="libxml2-xpath.html#x
</tr>
<tr>
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
-<td>the newly created object.</td>
+<td>the newly created object. In case of error the node set is destroyed and NULL is returned.</td>
</tr>
</tbody>
</table></div>
@@ -3185,7 +3185,7 @@ void <a href="#xmlXPatherror">xmlXPatherror</a> (<a href="libxml2-xpath.html#x
</tr>
<tr>
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
-<td>the newly created object.</td>
+<td>the newly created object. Frees @val in case of error.</td>
</tr>
</tbody>
</table></div>