[gtk: 4/5] docs: State that Textures are thread safe gobjects




commit ee71effe98a2ef8a5da0cc78f0141c6fe9aca940
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Thu Jan 6 17:42:17 2022 +0100

    docs: State that Textures are thread safe gobjects

 gdk/gdktexture.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]