Merge branch 'master' of github.com:libvips/libvips

This commit is contained in:
John Cupitt 2021-05-05 17:32:36 +01:00
commit 41cff4e9d0
1 changed files with 1 additions and 1 deletions

View File

@ -1712,7 +1712,7 @@ vips_image_set_double( VipsImage *image, const char *name, double d )
*
* Gets @out from @im under the name @name.
* The field must be of type
* G_STRING, VIPS_TYPE_REFSTRING.
* G_TYPE_STRING, VIPS_TYPE_REF_STRING.
*
* Do not free @out.
*