Function

VipsCallbackFn

Declaration

int
(* VipsCallbackFn) (
  void* a,
  void* b
)

Description

No description available.

Parameters

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.

Return value

Returns: int
  No description available.