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 --- doc/dbus-specification.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/dbus-specification.xml') diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 821c6011..c0be80fb 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -757,10 +757,10 @@ to return the reply despite this flag. - AUTO_START + NO_AUTO_START 0x2 - This message automatically launches an owner - for the destination name before the message is delivered. + This message should not automatically launch an owner + for the destination name. @@ -1027,8 +1027,8 @@ flag and reply anyway. - If a message has the flag AUTO_START and the - destination name does not exist, then a program to own the destination + Unless a message has the flag NO_AUTO_START, if the + destination name does not exist then a program to own the destination name will be started before the message is delivered. The message will be held until the new program is successfully started or has failed to start; in case of failure, an error will be returned. This -- cgit