Function

VipsArgumentClassmap

Declaration [src]

void*
vips_argument_class_map (
  VipsObjectClass* object_class,
  VipsArgumentClassMapFn fn,
  void* a,
  void* b
)

Description [src]

And loop over a class. Same as ^^, but with no VipsArgumentInstance.

Parameters

object_class VipsObjectClass
  No description available.
 The data is owned by the caller of the function.
fn VipsArgumentClassMapFn
  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.