summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-09-30 22:48:04 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-09-30 22:48:04 +0100
commit77b08daca7df1ec04a886983c634a6e2ba545031 (patch)
tree6bd16928c34929e84bf50212809c407cbba83fee /Doc
parent216b47320b1bed4588b9166bd0b29b2d2784236f (diff)
downloadswig-77b08daca7df1ec04a886983c634a6e2ba545031.tar.gz
Add DohSortedKeys function
Returns a list of sorted keys in a DOH Hash.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Extending.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Manual/Extending.html b/Doc/Manual/Extending.html
index cbb78bef8..27e2fcc65 100644
--- a/Doc/Manual/Extending.html
+++ b/Doc/Manual/Extending.html
@@ -1244,6 +1244,14 @@ if an object was removed, 0 otherwise.
Returns the list of hash table keys.
</div>
+<p>
+<b><tt>List *SortedKeys(Hash *h, int (*cmp) (const DOH *, const DOH *))</tt></b>
+</p>
+
+<div class="indent">
+Returns the list of sorted hash table keys.
+</div>
+
<H3><a name="Extending_nn17">40.5.3 Lists</a></H3>