summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-threads.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-18 20:24:56 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-18 20:24:56 +0000
commit79b1e9966434bc3ca4b6009c19c77b91e7588180 (patch)
tree2f8f576a81bbf61030a96698572eecdf29b2cba3 /dbus/dbus-threads.c
parent7cd52919443f190fa1601a3d1bac5c8ce8d9ecc1 (diff)
* Released 0.92dbus-0.92
* dbus/dbus-threads.c (dbus_threads_init): change the documentation to reflect the init late change * bus/bus.c (bus_context_new): Check user before we fork so we can print out an error message a user will be able to see
Diffstat (limited to 'dbus/dbus-threads.c')
-rw-r--r--dbus/dbus-threads.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/dbus/dbus-threads.c b/dbus/dbus-threads.c
index 7d7646e2..64d5bef9 100644
--- a/dbus/dbus-threads.c
+++ b/dbus/dbus-threads.c
@@ -480,12 +480,10 @@ init_locks (void)
* the D-Bus library will not lock any data structures.
* If it is called, D-Bus will do locking, at some cost
* in efficiency. Note that this function must be called
- * BEFORE using any other D-Bus functions.
+ * BEFORE the second thread is started.
*
- * This function may be called more than once, as long
- * as you pass in the same functions each time. If it's
- * called multiple times with different functions, then
- * a warning is printed, because someone is confused.
+ * This function may be called more than once. The first
+ * one wins.
*
* @param functions functions for using threads
* @returns #TRUE on success, #FALSE if no memory