diff options
author | Maximiliano Sandoval R <msandova@gnome.org> | 2022-01-06 17:42:17 +0100 |
---|---|---|
committer | Maximiliano Sandoval R <msandova@gnome.org> | 2022-01-06 19:30:54 +0100 |
commit | ee71effe98a2ef8a5da0cc78f0141c6fe9aca940 (patch) | |
tree | 16ffaa6041c0edef40d3f657da5b56f8920ced75 /gdk/gdktexture.c | |
parent | ce2c4f0f086353cea815e212affd208431671a46 (diff) | |
download | gtk+-ee71effe98a2ef8a5da0cc78f0141c6fe9aca940.tar.gz |
docs: State that Textures are thread safe gobjects
Diffstat (limited to 'gdk/gdktexture.c')
-rw-r--r-- | gdk/gdktexture.c | 2 |
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" |