summaryrefslogtreecommitdiff
path: root/gsk/gsktransform.c
diff options
context:
space:
mode:
authorSophie Herold <sophie@hemio.de>2020-10-17 15:17:56 +0200
committerSophie Herold <sophie@hemio.de>2020-10-17 15:32:36 +0200
commitcd0bef93907880550bc14dcbe9cca13ebeafce0d (patch)
tree6160d1ea08ff10ef6a910e8c680ba3a611ab4ed2 /gsk/gsktransform.c
parent5a79cc4d70b70009116cc87dc36bcd05170cedae (diff)
downloadgtk+-cd0bef93907880550bc14dcbe9cca13ebeafce0d.tar.gz
Add some missing nullable return annotations
Diffstat (limited to 'gsk/gsktransform.c')
-rw-r--r--gsk/gsktransform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gsktransform.c b/gsk/gsktransform.c
index 7f9cc20e5b..adc64ccc30 100644
--- a/gsk/gsktransform.c
+++ b/gsk/gsktransform.c
@@ -1684,7 +1684,7 @@ gsk_transform_transform (GskTransform *next,
* between those cases, you should check @self is not %NULL
* before calling this function.
*
- * Returns: The inverted transform or %NULL if the transform
+ * Returns: (nullable): The inverted transform or %NULL if the transform
* cannot be inverted.
**/
GskTransform *