Function
Vipstype_find
Declaration [src]
GType
vips_type_find (
const char* basename,
const char* nickname
)
Description [src]
Search below basename, return the %GType of the class whose name or
nickname matches, or 0 for not found.
If basename is NULL, the whole of VipsObject is searched.
This function uses a cache, so it should be quick.
See also: vips_class_find()