Function
EDataServerxmlhash_foreach_key
Declaration [src]
void
e_xmlhash_foreach_key (
EXmlHash* hash,
EXmlHashFunc func,
gpointer user_data
)
Parameters
hash-
Type:
EXmlHashAn
EXmlHash.The data is owned by the caller of the function. func-
Type:
EXmlHashFuncThe
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.