Function
Vipshash_table_map
since: 8.0
Declaration [src]
void*
vips_hash_table_map (
GHashTable* hash,
VipsSListMap2Fn fn,
void* a,
void* b
)
Parameters
hash-
Type:
GHashTableThe data is owned by the caller of the function. fn-
Type:
VipsSListMap2FnFunction to apply to each hash value.
a-
Type:
void*User data.
The argument can be NULL.The data is owned by the caller of the function. b-
Type:
void*User data.
The argument can be NULL.The data is owned by the caller of the function.