From 07023b65bcb8deb79c8548780cbfe1f079047a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 6 Aug 2024 01:27:12 -0600 Subject: [PATCH] cogl/color: Do not make cogl_color_free introspectable Part-of: --- cogl/cogl/cogl-color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl/cogl-color.h b/cogl/cogl/cogl-color.h index 0fea15b1d..37b4fa6ec 100644 --- a/cogl/cogl/cogl-color.h +++ b/cogl/cogl/cogl-color.h @@ -97,7 +97,7 @@ COGL_EXPORT CoglColor * cogl_color_copy (const CoglColor *color); /** - * cogl_color_free: + * cogl_color_free: (skip): * @color: the color to free * * Frees the resources allocated by cogl_color_new() and cogl_color_copy()