Function
EDataServerxmlhash_foreach_key_remove
Declaration [src]
void
e_xmlhash_foreach_key_remove (
EXmlHash* hash,
EXmlHashRemoveFunc func,
gpointer user_data
)
Description [src]
Calls g_hash_table_foreach_remove() on hash‘s internal hash
table. See g_hash_table_foreach_remove() for details.
Parameters
hash-
Type:
EXmlHashAn
EXmlHash.The data is owned by the caller of the function. func-
Type:
EXmlHashRemoveFuncThe
EXmlHashFuncto execute on the data inhash. user_data-
Type:
gpointerThe data to pass to
func.The argument can be NULL.The data is owned by the caller of the function.