Function
VipsArgumentMapFn
Declaration
void*
(* VipsArgumentMapFn) (
VipsObject* object,
GParamSpec* pspec,
VipsArgumentClass* argument_class,
VipsArgumentInstance* argument_instance,
void* a,
void* b
)
Parameters
object-
Type:
VipsObjectNo description available.
The data is owned by the caller of the function. pspec-
Type:
GParamSpecNo description available.
The data is owned by the caller of the function. argument_class-
Type:
VipsArgumentClassNo description available.
The data is owned by the caller of the function. argument_instance-
Type:
VipsArgumentInstanceNo description available.
The data is owned by the caller of the function. a-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the function. b-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the function.