From f08aca656d8be4a01a4b35560f02bc5b1dda5e67 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sat, 11 May 2024 14:46:10 +0200 Subject: [PATCH] libgimpcolor: Add missing (out) in gimpcolorprofile --- libgimpcolor/gimpcolorprofile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgimpcolor/gimpcolorprofile.c b/libgimpcolor/gimpcolorprofile.c index 9d547692a4..a64179cf06 100644 --- a/libgimpcolor/gimpcolorprofile.c +++ b/libgimpcolor/gimpcolorprofile.c @@ -1568,7 +1568,7 @@ gimp_color_profile_get_format (GimpColorProfile *profile, /** * gimp_color_profile_get_lcms_format: * @format: a #Babl format - * @lcms_format: return location for an lcms format + * @lcms_format: (out): return location for an lcms format * * This function takes a #Babl format and returns the lcms format to * be used with that @format. It also returns a #Babl format to be