dbus/dbus dbus-bus.c,1.31,1.32
Olivier Andrieu
oandrieu at freedesktop.org
Sat Jul 31 11:28:12 PDT 2004
Update of /cvs/dbus/dbus/dbus
In directory pdx:/tmp/cvs-serv19531/dbus
Modified Files:
dbus-bus.c
Log Message:
* 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.
Index: dbus-bus.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-bus.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- dbus-bus.c 22 Jul 2004 07:07:01 -0000 1.31
+++ dbus-bus.c 31 Jul 2004 18:28:10 -0000 1.32
@@ -549,7 +549,7 @@
* 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
*/
More information about the dbus-commit
mailing list