1
0
Fork 0

cogl/color: Ensure Cogl.Color.equal() is introspectable

We need to explicitly define the type, being a generic const pointer.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3925>
This commit is contained in:
Marco Trevisan (Treviño) 2024-08-06 01:22:53 -06:00
parent 3c070604dd
commit d422cddc2e

View file

@ -243,8 +243,8 @@ cogl_color_premultiply (CoglColor *color);
/** /**
* cogl_color_equal: * cogl_color_equal:
* @v1: a #CoglColor * @v1: (type Cogl.Color): a #CoglColor
* @v2: a #CoglColor * @v2: (type Cogl.Color): a #CoglColor
* *
* Compares two `CoglColor`s and checks if they are the same. * Compares two `CoglColor`s and checks if they are the same.
* *