mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
GskTransform: Add nullable annotations to _equals()
Both can be NULL here.
This commit is contained in:
parent
e1cf0cff26
commit
fdda4e4e99
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user