dbus/dbus dbus-threads.c,1.26,1.27

John Palmieri johnp at kemper.freedesktop.org
Fri Aug 18 13:24:58 PDT 2006


Update of /cvs/dbus/dbus/dbus
In directory kemper:/tmp/cvs-serv8430/dbus

Modified Files:
	dbus-threads.c 
Log Message:
* 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



Index: dbus-threads.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-threads.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- dbus-threads.c	18 Aug 2006 15:46:59 -0000	1.26
+++ dbus-threads.c	18 Aug 2006 20:24:56 -0000	1.27
@@ -480,12 +480,10 @@
  * 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



More information about the dbus-commit mailing list