Function
Vipsslist_fold2
Declaration [src]
void*
vips_slist_fold2 (
GSList* list,
void* start,
VipsSListFold2Fn fn,
void* a,
void* b
)
Parameters
list |
A list of guint8 |
A |
|
| The data is owned by the caller of the function. | |
start |
void* |
Initial value for the accumulator. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
fn |
VipsSListFold2Fn |
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. |