dbus/bus driver.c,1.48,1.49
Olivier Andrieu
oandrieu at pdx.freedesktop.org
Wed Jun 9 11:15:12 PDT 2004
Update of /cvs/dbus/dbus/bus
In directory pdx:/tmp/cvs-serv15605/bus
Modified Files:
driver.c
Log Message:
2004-06-09 Olivier Andrieu <oliv__a at users.sourceforge.net>
* bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
the reply value of the ServiceExists message.
Index: driver.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/driver.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- a/driver.c 20 May 2004 18:45:16 -0000 1.48
+++ b/driver.c 9 Jun 2004 18:15:09 -0000 1.49
@@ -537,7 +537,7 @@
}
if (!dbus_message_append_args (reply,
- DBUS_TYPE_UINT32, service != NULL,
+ DBUS_TYPE_BOOLEAN, service != NULL,
0))
{
BUS_SET_OOM (error);
More information about the dbus-commit
mailing list