Function
VipsArgumentClassmap
Declaration [src]
void*
vips_argument_class_map (
VipsObjectClass* object_class,
VipsArgumentClassMapFn fn,
void* a,
void* b
)
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. |