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:
parent
3c070604dd
commit
d422cddc2e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue