[gtk/wip/baedert/for-master] transform: Fix equal() docs



commit 3c89108af153d640a69e593e303bc9ba90a9343b
Author: Timm Bäder <mail baedert org>
Date:   Sun Jun 7 09:37:20 2020 +0200

    transform: Fix equal() docs
    
    This has nothing to do with matrices.

 gsk/gsktransform.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/gsk/gsktransform.c b/gsk/gsktransform.c
index 79f230c0a1..cafed416cd 100644
--- a/gsk/gsktransform.c
+++ b/gsk/gsktransform.c
@@ -1672,14 +1672,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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]