void axl_hash_foreach3 ( axlHash hash,
axlHashForeachFunc3  func,
axlPointer  user_data,
axlPointer  user_data2,
axlPointer  user_data3 
)

Three user defined pointers foreach function over a hash.

See axl_hash_foreach2 and axl_hash_foreach3 for more information.

Parameters:
hash The hash where the foreach operation will take place.
func The function to be called for each item found in the hash.
user_data The user defined pointer to be configured in the hash.
user_data2 Second user defined pointer to be configured in the hash.
user_data3 Third user defined pointer to be configured in the hash.