summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-08-28 10:46:40 +0200
committerMurray Cumming <murrayc@murrayc.com>2013-08-28 10:46:40 +0200
commitc52fd6eb60f3eadcc5bd60c5b0edb598ea22a9c0 (patch)
treea362c3525f9771ee757caa28239d572b68d2d06a /glib
parent118f894606a1016a15f48a1659ebb29a95f4cdf5 (diff)
downloadglibmm-c52fd6eb60f3eadcc5bd60c5b0edb598ea22a9c0.tar.gz
Threads: Add a new doc line from the C docs.
Diffstat (limited to 'glib')
-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.