summaryrefslogtreecommitdiff
path: root/gdk/gdktexture.c
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-01-06 17:42:17 +0100
committerMaximiliano Sandoval R <msandova@gnome.org>2022-01-06 19:30:54 +0100
commitee71effe98a2ef8a5da0cc78f0141c6fe9aca940 (patch)
tree16ffaa6041c0edef40d3f657da5b56f8920ced75 /gdk/gdktexture.c
parentce2c4f0f086353cea815e212affd208431671a46 (diff)
downloadgtk+-ee71effe98a2ef8a5da0cc78f0141c6fe9aca940.tar.gz
docs: State that Textures are thread safe gobjects
Diffstat (limited to 'gdk/gdktexture.c')
-rw-r--r--gdk/gdktexture.c2
1 files changed, 1 insertions, 1 deletions
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"