summaryrefslogtreecommitdiff
path: root/gsk/gsktransform.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-06-07 09:37:20 +0200
committerTimm Bäder <mail@baedert.org>2020-06-19 05:26:25 +0200
commit5dde4c0a394ace2d17c7b443b410230593791aee (patch)
tree14f4af485c18280ad3320dc99e15b8c350dc1740 /gsk/gsktransform.c
parentb2875d7b19f250517b5ef0ce42b7eb9d0ebd9de4 (diff)
downloadgtk+-5dde4c0a394ace2d17c7b443b410230593791aee.tar.gz
transform: Fix equal() docs
This has nothing to do with matrices.
Diffstat (limited to 'gsk/gsktransform.c')
-rw-r--r--gsk/gsktransform.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gsk/gsktransform.c b/gsk/gsktransform.c
index 3b41486a7d..f5a9bac357 100644
--- a/gsk/gsktransform.c
+++ b/gsk/gsktransform.c
@@ -1674,14 +1674,12 @@ gsk_transform_invert (GskTransform *self)
/**
* gsk_transform_equal:
- * @first: the first matrix
- * @second: the second matrix
+ * @first: the first transform
+ * @second: the second transform
*
- * Checks two matrices for equality. Note that matrices need to be literally
- * identical in their operations, it is not enough that they return the
- * same result in gsk_transform_to_matrix().
+ * Checks two transforms for equality.
*
- * Returns: %TRUE if the two matrices can be proven to be equal
+ * Returns: %TRUE if the two transforms peform the same operation.
**/
gboolean
gsk_transform_equal (GskTransform *first,