Function
Vipsslist_map2
since: 8.0
Declaration [src]
void*
vips_slist_map2 (
GSList* list,
VipsSListMap2Fn fn,
void* a,
void* b
)
Description [src]
Map over a slist. _copy() the list in case the callback changes it.
Available since: 8.0
Parameters
list-
Type: A list of
guint8A
GSListThe data is owned by the caller of the function. fn-
Type:
VipsSListMap2FnFunction to apply to each list element.
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.