xmlhash_add
Description:
[ CCode ( cname = "e_xmlhash_add" ) ]
public void xmlhash_add (string key, string data)
Adds a new key/value pair to the XmlHash hash
.
Parameters:
key |
the key to use for the entry
|
data |
the value of the new entry
|
hash |
the XmlHash to add an entry to
|