dbus/dbus dbus-bus.c,1.34,1.35

Havoc Pennington hp at freedesktop.org
Fri Nov 26 18:18:38 PST 2004


Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv5769/dbus

Modified Files:
	dbus-bus.c 
Log Message:
2004-11-26  Havoc Pennington  <hp at redhat.com>

	* test/glib/test-profile.c: add with_bus mode to profile echoes
	that go through the bus.

	* test/glib/run-test.sh: add ability to run test-profile

	* bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
	config file reload.



Index: dbus-bus.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-bus.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- dbus-bus.c	27 Sep 2004 10:01:18 -0000	1.34
+++ dbus-bus.c	27 Nov 2004 02:18:36 -0000	1.35
@@ -312,14 +312,15 @@
  */
 
 /**
- * Connects to a bus daemon and registers the client with it.
- * If a connection to the bus already exists, then that connection is returned.
+ * Connects to a bus daemon and registers the client with it.  If a
+ * connection to the bus already exists, then that connection is
+ * returned.  Caller owns a reference to the bus.
  *
  * @todo alex thinks we should nullify the connection when we get a disconnect-message.
  *
  * @param type bus type
  * @param error address where an error can be returned.
- * @returns a DBusConnection
+ * @returns a DBusConnection with new ref
  */
 DBusConnection *
 dbus_bus_get (DBusBusType  type,



More information about the dbus-commit mailing list