GskRenderer: Remove outdated documentation comment
authorTimm Bäder <mail@baedert.org>
Sat, 31 Mar 2018 11:52:19 +0000 (13:52 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 31 Mar 2018 12:45:03 +0000 (14:45 +0200)
All render node trees are immutable

gsk/gskrenderer.c

index f053fa6053d4a3b82a2ec7eb2fe117f29e3a0d5e..44b7bbef0e2fbdf96f89623c9eef3fe49e5d7e03 100644 (file)
@@ -448,7 +448,7 @@ gsk_renderer_unrealize (GskRenderer *renderer)
  * to a #GdkTexture.
  *
  * The @renderer will acquire a reference on the #GskRenderNode tree while
- * the rendering is in progress, and will make the tree immutable.
+ * the rendering is in progress.
  *
  * If you want to apply any transformations to @root, you should put it into a 
  * transform node and pass that node instead.