Function

VipsTypeMap2Fn

Declaration

void*
(* VipsTypeMap2Fn) (
  GType type,
  void* a,
  void* b
)

Description

No description available.

Parameters

type GType
  No description available.
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: void*
  No description available.
 The data is owned by the called function.
 The return value can be NULL.