Function
Vipsslist_filter
since: 8.0
Declaration [src]
GSList*
vips_slist_filter (
GSList* list,
VipsSListMap2Fn fn,
void* a,
void* b
)
Description [src]
Remove all occurrences of an item from a list. Returns the new head of the list.
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 call for each 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.