small doc fix

This commit is contained in:
John Cupitt 2015-07-10 14:57:45 +01:00
parent 7aebe94b9e
commit 9487efc5c3
1 changed files with 2 additions and 3 deletions

View File

@ -37,8 +37,6 @@
TODO TODO
will we need to drop all on exit? unclear
what about delayed writes ... do we ever write in close? we shouldn't, what about delayed writes ... do we ever write in close? we shouldn't,
should do in evalend or written or somesuch should do in evalend or written or somesuch
@ -650,7 +648,8 @@ vips_cache_get_first( void )
/** /**
* vips_cache_drop_all: * vips_cache_drop_all:
* *
* Drop the whole operation cache, handy for leak tracking. * Drop the whole operation cache, handy for leak tracking. Also called
* automatically on vips_shutdown().
*/ */
void void
vips_cache_drop_all( void ) vips_cache_drop_all( void )