Function
Vipsslist_map4
Declaration [src]
void*
vips_slist_map4 (
GSList* list,
VipsSListMap4Fn fn,
void* a,
void* b,
void* c,
void* d
)
Parameters
list-
Type: A list of
guint8A
GSList.The data is owned by the caller of the function. fn-
Type:
VipsSListMap4FnFunction 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. c-
Type:
void*User data.
The argument can be NULL.The data is owned by the caller of the function. d-
Type:
void*User data.
The argument can be NULL.The data is owned by the caller of the function.