GskTransform: Add nullable annotations to _equals()

Both can be NULL here.
This commit is contained in:
Timm Bäder 2020-12-20 21:22:15 +01:00
parent e1cf0cff26
commit fdda4e4e99

View File

@ -1709,8 +1709,8 @@ gsk_transform_invert (GskTransform *self)
/**
* gsk_transform_equal:
* @first: the first transform
* @second: the second transform
* @first: (nullable): the first transform
* @second: (nullable): the second transform
*
* Checks two transforms for equality.
*