[ CCode ( cname = "e_xmlhash_remove" ) ]
public void xmlhash_remove (string key)
Remove the entry in hash
with key equal to key
, if it exists.
key |
the key of the entry to remove |
hash |
the XmlHash to remove an entry from |