Function

EDataServerxmlhash_remove

Declaration [src]

void
e_xmlhash_remove (
  EXmlHash* hash,
  const gchar* key
)

Description [src]

Remove the entry in hash with key equal to key, if it exists.

Parameters

hash

Type: EXmlHash

The EXmlHash to 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.