summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-07-08 12:39:06 +0200
committerTimm Bäder <mail@baedert.org>2018-07-08 21:50:59 +0200
commit50f76eb8cca9e4707a03d0f4948c52ff03ad9890 (patch)
tree371a929b1d29d86a36b1dba158aba52898436e0c
parent9959ea98cd0cc19de07f07b1d7ac9e50a57967b9 (diff)
downloadgtk+-50f76eb8cca9e4707a03d0f4948c52ff03ad9890.tar.gz
GskRenderer: Add missing nullable annotation
-rw-r--r--gsk/gskrenderer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gsk/gskrenderer.c b/gsk/gskrenderer.c
index 11b8cd2074..d321c50181 100644
--- a/gsk/gskrenderer.c
+++ b/gsk/gskrenderer.c
@@ -448,8 +448,8 @@ gsk_renderer_render_texture (GskRenderer *renderer,
* gsk_renderer_render:
* @renderer: a #GskRenderer
* @root: a #GskRenderNode
- * @region: the #cairo_region_t that must be redrawn or %NULL for the whole
- * window
+ * @region: (nullable): the #cairo_region_t that must be redrawn or %NULL
+ * for the whole window
*
* Renders the scene graph, described by a tree of #GskRenderNode instances,
* ensuring that the given @region gets redrawn.