diff options
author | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-06-09 18:15:10 +0000 |
---|---|---|
committer | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-06-09 18:15:10 +0000 |
commit | 7da40340f35b26b83342482aeceacc8ff2d01166 (patch) | |
tree | ce388f899c05c30691658b2d240be6dbf74e06a9 /bus/driver.c | |
parent | 118f72cd0c980820c5e64f224aab8da0a3c406cf (diff) |
2004-06-09 Olivier Andrieu <oliv__a@users.sourceforge.net>
* bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
the reply value of the ServiceExists message.
Diffstat (limited to 'bus/driver.c')
-rw-r--r-- | bus/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |