From c24e6e11a6f9cabfd0311242f8388c8d82e840dc Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 22 Apr 2004 19:14:46 +0000 Subject: * rename HEADER_FIELD_SERVICE -> HEADER_FIELD_DESTINATION and HEADER_FIELD_SENDER_SERVICE -> HEADER_FIELD_SENDER for both dbus-protocol.h and in the spec --- doc/TODO | 4 ---- doc/dbus-specification.xml | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 77308c29..7105910b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -120,10 +120,6 @@ base64, then we can dump the base64 implementation and save some bloat. - - rename HEADER_FIELD_SERVICE -> HEADER_FIELD_DESTINATION - and HEADER_FIELD_SENDER_SERVICE -> HEADER_FIELD_SENDER - for both dbus-protocol.h and in the spec - - Better error checking for bogus configuration files. Currently if a configuration file tries to include itself the bus crashes on start. We should probably have a check against this. diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 2f22b772..412d8ea0 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -339,7 +339,7 @@ see .) - SERVICE + DESTINATION 6 STRING The name of the service this message should be routed to. @@ -347,7 +347,7 @@ . - SENDER_SERVICE + SENDER 7 STRING Sender service. The name of the base service that sent -- cgit