From f5cf675641e63cefc36c8a9a7a5872cc8600abcd Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 21 Jan 2005 03:44:10 +0000 Subject: 2005-01-20 Havoc Pennington * doc/dbus-tutorial.xml: replace > with > * bus/services.c (bus_registry_acquire_service): validate the name and return a better error if it's no good. * doc/dbus-specification.xml: note NO_AUTO_START change * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change from AUTO_START, we're toggling the default * bus/dispatch.c: adapt the tests to change of auto-start default --- dbus/dbus-protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-protocol.h') diff --git a/dbus/dbus-protocol.h b/dbus/dbus-protocol.h index fec94d8c..385c5ebc 100644 --- a/dbus/dbus-protocol.h +++ b/dbus/dbus-protocol.h @@ -142,7 +142,7 @@ extern "C" { /* Header flags */ #define DBUS_HEADER_FLAG_NO_REPLY_EXPECTED 0x1 -#define DBUS_HEADER_FLAG_AUTO_START 0x2 +#define DBUS_HEADER_FLAG_NO_AUTO_START 0x2 /* Header fields */ #define DBUS_HEADER_FIELD_INVALID 0 -- cgit