Update doc for vips_image_get_string

This commit is contained in:
akash-akya 2021-05-05 18:22:31 +05:30
parent 0e861d7325
commit e39142bab2

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.
*