From 65090abbb9582d25a795f1dd835ea03973be75e7 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 27 Nov 2004 02:18:36 +0000 Subject: 2004-11-26 Havoc Pennington * 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. --- dbus/dbus-bus.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dbus/dbus-bus.c') diff --git a/dbus/dbus-bus.c b/dbus/dbus-bus.c index a310a6cd..be296fc7 100644 --- a/dbus/dbus-bus.c +++ b/dbus/dbus-bus.c @@ -312,14 +312,15 @@ ensure_bus_data (DBusConnection *connection) */ /** - * 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, -- cgit