Function
EDataServerxmlhash_remove
Declaration [src]
void
e_xmlhash_remove (
EXmlHash* hash,
const gchar* key
)
Parameters
hash-
Type:
EXmlHashThe
EXmlHashto remove an entry from.The data is owned by the caller of the function. key-
Type:
const gchar*The key of the entry to remove.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.