Function

VipsImageMapFn

Declaration

void*
(* VipsImageMapFn) (
  VipsImage* image,
  const char* name,
  GValue* value,
  void* a
)

Description

No description available.

Parameters

image VipsImage
  No description available.
 The data is owned by the caller of the function.
name const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
value GValue
  No description available.
 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.

Return value

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