Function
Vipsslist_map4
Declaration [src]
void*
vips_slist_map4 (
GSList* list,
VipsSListMap4Fn fn,
void* a,
void* b,
void* c,
void* d
)
Parameters
list |
A list of guint8 |
A |
|
| The data is owned by the caller of the function. | |
fn |
VipsSListMap4Fn |
Function to apply to each list element. |
|
a |
void* |
User data. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
b |
void* |
User data. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
c |
void* |
User data. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
d |
void* |
User data. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |