From 79b1e9966434bc3ca4b6009c19c77b91e7588180 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 18 Aug 2006 20:24:56 +0000 Subject: * Released 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 --- dbus/dbus-threads.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'dbus') 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 -- cgit