summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-bus.c
diff options
context:
space:
mode:
authorOlivier Andrieu <oliv__a@users.sourceforge.net>2004-07-31 18:28:10 +0000
committerOlivier Andrieu <oliv__a@users.sourceforge.net>2004-07-31 18:28:10 +0000
commit3abcc7d28d73559c1f6d585c619c7298ff79101e (patch)
treea1d8892771aaca071d98d6c548e3b6ff60ab9514 /dbus/dbus-bus.c
parent1239d9328095553e034ee44c627901ab28c9193d (diff)
* bus/config-parser.c (bus_config_parser_new): fix an invalid _unref
in the SELinux support. * doc/busconfig.dtd: update DTD for SELinux support. * bus/config-loader-libxml.c: fix error handler and parser initialisation/cleanup. OOM test now works with libxml2 HEAD. * configure.in: remove the warning about libxml2 * dbus/dbus-bus.c: silence doxygen warning.
Diffstat (limited to 'dbus/dbus-bus.c')
-rw-r--r--dbus/dbus-bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-bus.c b/dbus/dbus-bus.c
index 4dd2eaf9..567468ff 100644
--- a/dbus/dbus-bus.c
+++ b/dbus/dbus-bus.c
@@ -549,7 +549,7 @@ dbus_bus_get_base_service (DBusConnection *connection)
* Asks the bus to return the uid of a service.
*
* @param connection the connection
- * @param service_name the service name
+ * @param service the service name
* @param error location to store the error
* @returns a result code, -1 if error is set
*/