summaryrefslogtreecommitdiff
path: root/gsk/gsktransform.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2019-08-21 10:56:20 +0200
committerTimm Bäder <mail@baedert.org>2019-09-09 17:36:23 +0200
commit6c90d3a1b632b0f156b4d54786af096591e1aa46 (patch)
tree4c00d6f7ffdb1a4e25cc8fb6cde71550b1f620f4 /gsk/gsktransform.c
parentffab342fc4c0daaf7481e54cd32398d519b7ed75 (diff)
downloadgtk+-6c90d3a1b632b0f156b4d54786af096591e1aa46.tar.gz
gsktransform: Fix documentation comment
There is no @m.
Diffstat (limited to 'gsk/gsktransform.c')
-rw-r--r--gsk/gsktransform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gsk/gsktransform.c b/gsk/gsktransform.c
index 5d780d3cfc..3ab7d1f3ec 100644
--- a/gsk/gsktransform.c
+++ b/gsk/gsktransform.c
@@ -1667,8 +1667,8 @@ gsk_transform_new (void)
* @out_rect: (out caller-allocates): return location for the bounds
* of the transformed rectangle
*
- * Transforms a #graphene_rect_t using the given matrix @m. The
- * result is the bounding box containing the coplanar quad.
+ * Transforms a #graphene_rect_t using the given transform @self.
+ * The result is the bounding box containing the coplanar quad.
**/
void
gsk_transform_transform_bounds (GskTransform *self,