Function

VipsSListMap4Fn

Declaration

void*
(* VipsSListMap4Fn) (
  void* item,
  void* a,
  void* b,
  void* c,
  void* d
)

Description

No description available.

Parameters

item void*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.
a void*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.
b void*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.
c void*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.
d void*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: void*
  No description available.
 The data is owned by the called function.
 The return value can be NULL.