From: Maximiliano Sandoval R Date: Thu, 6 Jan 2022 16:42:17 +0000 (+0100) Subject: docs: State that Textures are thread safe gobjects X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~4^2~110^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ee71effe98a2ef8a5da0cc78f0141c6fe9aca940;p=gtk4.git docs: State that Textures are thread safe gobjects --- diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c index 9a0e6c7d87..c8d7730c6d 100644 --- a/gdk/gdktexture.c +++ b/gdk/gdktexture.c @@ -32,7 +32,7 @@ * * `GdkTexture` is an immutable object: That means you cannot change * anything about it other than increasing the reference count via - * [method@GObject.Object.ref]. + * [method@GObject.Object.ref], and consequently, it is a thread-safe object. */ #include "config.h"