docs: State that Textures are thread safe gobjects
authorMaximiliano Sandoval R <msandova@gnome.org>
Thu, 6 Jan 2022 16:42:17 +0000 (17:42 +0100)
committerMaximiliano Sandoval R <msandova@gnome.org>
Thu, 6 Jan 2022 18:30:54 +0000 (19:30 +0100)
gdk/gdktexture.c

index 9a0e6c7d8773ef1a9f9f51adfe7c5965b3576957..c8d7730c6d1b8408082dafed7efa671303e63ac8 100644 (file)
@@ -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"