From e39142bab2b57951cf0064f90e6b93608d0ae533 Mon Sep 17 00:00:00 2001 From: akash-akya Date: Wed, 5 May 2021 18:22:31 +0530 Subject: [PATCH] Update doc for vips_image_get_string --- libvips/iofuncs/header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/iofuncs/header.c b/libvips/iofuncs/header.c index fdecbf03..3e061dc9 100644 --- a/libvips/iofuncs/header.c +++ b/libvips/iofuncs/header.c @@ -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. *