Function

VipsTypeMapFn

since: 8.0

Declaration

void*
(* VipsTypeMapFn) (
  GType type,
  void* a
)

Description

No description available.

Available since: 8.0

Parameters

type

Type: GType

No description available.

a

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: void*

No description available.

The data is owned by the called function.
The return value can be NULL.