From 7da40340f35b26b83342482aeceacc8ff2d01166 Mon Sep 17 00:00:00 2001 From: Olivier Andrieu Date: Wed, 9 Jun 2004 18:15:10 +0000 Subject: 2004-06-09 Olivier Andrieu * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for the reply value of the ServiceExists message. --- bus/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/driver.c') diff --git a/bus/driver.c b/bus/driver.c index 9b444486..2b65a4c2 100644 --- a/bus/driver.c +++ b/bus/driver.c @@ -537,7 +537,7 @@ bus_driver_handle_service_exists (DBusConnection *connection, } if (!dbus_message_append_args (reply, - DBUS_TYPE_UINT32, service != NULL, + DBUS_TYPE_BOOLEAN, service != NULL, 0)) { BUS_SET_OOM (error); -- cgit