Function
Vipstype_map_all
Declaration [src]
void*
vips_type_map_all (
GType base,
VipsTypeMapFn fn,
void* a
)
Description [src]
Map over a type’s children, direct and indirect. Stop when fn returns
non-NULL and return that value.
| This function is not directly available to language bindings |
Parameters
base |
GType |
Base type. |
|
fn |
VipsTypeMapFn |
Call this function for every type. |
|
a |
void* |
Client data. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |