From d422cddc2e11d880e024b7f7441082d5fdc038a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 6 Aug 2024 01:22:53 -0600 Subject: [PATCH] cogl/color: Ensure Cogl.Color.equal() is introspectable We need to explicitly define the type, being a generic const pointer. Part-of: --- cogl/cogl/cogl-color.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogl/cogl/cogl-color.h b/cogl/cogl/cogl-color.h index 33ffc8963..0fea15b1d 100644 --- a/cogl/cogl/cogl-color.h +++ b/cogl/cogl/cogl-color.h @@ -243,8 +243,8 @@ cogl_color_premultiply (CoglColor *color); /** * cogl_color_equal: - * @v1: a #CoglColor - * @v2: a #CoglColor + * @v1: (type Cogl.Color): a #CoglColor + * @v2: (type Cogl.Color): a #CoglColor * * Compares two `CoglColor`s and checks if they are the same. *