From: Timm Bäder Date: Sat, 31 Mar 2018 11:52:19 +0000 (+0200) Subject: GskRenderer: Remove outdated documentation comment X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~706 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0f28f0ee3950266fe7f627e2ab0dcfbacab4e1de;p=gtk4.git GskRenderer: Remove outdated documentation comment All render node trees are immutable --- diff --git a/gsk/gskrenderer.c b/gsk/gskrenderer.c index f053fa6053..44b7bbef0e 100644 --- a/gsk/gskrenderer.c +++ b/gsk/gskrenderer.c @@ -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.