summaryrefslogtreecommitdiff
path: root/gsk/gsktransform.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-19 23:40:54 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-22 17:25:26 -0400
commit2d266d107b2db1c1bf478bf7c93e38884c86c366 (patch)
tree056917bb564ad7593bae086ac86c531b7a6208d8 /gsk/gsktransform.c
parentfff2b3c71051bf30c175e9e50a54439812029a59 (diff)
downloadgtk+-2d266d107b2db1c1bf478bf7c93e38884c86c366.tar.gz
gsk: Clean up docs syntax
Replace leftover gtk-doc syntax (#Type) with backquotes.
Diffstat (limited to 'gsk/gsktransform.c')
-rw-r--r--gsk/gsktransform.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gsk/gsktransform.c b/gsk/gsktransform.c
index dabb583f07..38a1b598d3 100644
--- a/gsk/gsktransform.c
+++ b/gsk/gsktransform.c
@@ -96,7 +96,7 @@ gsk_transform_has_class (GskTransform *self,
* the result's category together with &next's category
* @next: (transfer full) (nullable): Next transform to multiply with
*
- * Returns: (transfer full): the newly created #GskTransform
+ * Returns: (transfer full): the newly created `GskTransform`
*/
static gpointer
gsk_transform_alloc (const GskTransformClass *transform_class,
@@ -1402,7 +1402,7 @@ gsk_transform_print (GskTransform *self,
/**
* gsk_transform_to_string:
- * @self: (nullable): a #GskTransform
+ * @self: (nullable): a `GskTransform`
*
* Converts a matrix into a string that is suitable for printing.
*
@@ -1452,7 +1452,7 @@ gsk_transform_to_matrix (GskTransform *self,
/**
* gsk_transform_to_2d:
- * @self: a 2D #GskTransform
+ * @self: a 2D `GskTransform`
* @out_xx: (out): return location for the xx member
* @out_yx: (out): return location for the yx member
* @out_xy: (out): return location for the xy member
@@ -1736,7 +1736,7 @@ gsk_transform_equal (GskTransform *first,
/**
* gsk_transform_get_category:
- * @self: (nullable): A #GskTransform
+ * @self: (nullable): A `GskTransform`
*
* Returns the category this transform belongs to.
*