sorry, I missed that Firstkey and Nextkey aren't available any longer

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5767 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Henning Thielemann 2004-03-18 19:34:14 +00:00
commit 4a12645f19

View file

@ -1055,21 +1055,6 @@ reference count on the corresponding object (if any). Returns 1
if an object was removed, 0 otherwise.
</blockquote>
<p>
<b><tt>String *Firstkey(Hash *h)</tt></b>
<blockquote>
Returns the first hash table key or NULL if the hash is empty.
Used for iteration.
</blockquote>
<p>
<b><tt>String *Nextkey(Hash *h)</tt></b>
<blockquote>
Returns the next hash table key or NULL
if the end of the hash has been reached.
Used for iteration.
</blockquote>
<p>
<b><tt>List *Keys(Hash *h)</tt></b>
<blockquote>