diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2004-04-22 19:14:45 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2004-04-22 19:14:45 +0000 |
commit | 4e79b1e32ce70a7983b38e7923c0e68673f076e5 (patch) | |
tree | afe7a0aacebaeff7afac3a72b9480f878ff3203d /doc | |
parent | 76efbff499c3d2ca3ff9e49038e95cc890535498 (diff) |
* rename HEADER_FIELD_SERVICE -> HEADER_FIELD_DESTINATION
and HEADER_FIELD_SENDER_SERVICE -> HEADER_FIELD_SENDER
for both dbus-protocol.h and in the spec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/dbus-specification.xml | 4 |
2 files changed, 2 insertions, 6 deletions
@@ -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 2f22b77..412d8ea 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -339,7 +339,7 @@ see <xref linkend="message-protocol-header-encoding"/>.)</entry> </row> <row> - <entry>SERVICE</entry> + <entry>DESTINATION</entry> <entry>6</entry> <entry>STRING</entry> <entry>The name of the service this message should be routed to. @@ -347,7 +347,7 @@ <xref linkend="message-bus"/>.</entry> </row> <row> - <entry>SENDER_SERVICE</entry> + <entry>SENDER</entry> <entry>7</entry> <entry>STRING</entry> <entry>Sender service. The name of the base service that sent |