summaryrefslogtreecommitdiff
path: root/glib/src/threads.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/threads.hg')
-rw-r--r--glib/src/threads.hg1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/src/threads.hg b/glib/src/threads.hg
index 9e536ccb..52bb4b41 100644
--- a/glib/src/threads.hg
+++ b/glib/src/threads.hg
@@ -137,6 +137,7 @@ public:
* in C++11, std::bind() or a C++11 lambda expression instead of sigc::mem_fun().
*
* The @a name can be useful for discriminating threads in a debugger.
+ * It is not used for other purposes and does not have to be unique.
* Some systems restrict the length of @a name to 16 bytes.
*
* @param slot A slot to execute in the new thread.