dbus/dbus/doc

johnp freedesktop-cvs-commits at pdx.freedesktop.org
Fri Apr 23 05:14:46 EST 2004


CVS commit by johnp: 

* rename HEADER_FIELD_SERVICE -> HEADER_FIELD_DESTINATION 
and HEADER_FIELD_SENDER_SERVICE -> HEADER_FIELD_SENDER 
for both dbus-protocol.h and in the spec


  M +0 -4      dbus/dbus/doc/TODO   1.37
  M +2 -2      dbus/dbus/doc/dbus-specification.xml   1.7


--- dbus/dbus/doc/TODO  #1.36:1.37
@@ -121,8 +121,4 @@
    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 

--- dbus/dbus/doc/dbus-specification.xml  #1.6:1.7
@@ -340,5 +340,5 @@
               </row>
               <row>
-                <entry>SERVICE</entry>
+                <entry>DESTINATION</entry>
                 <entry>6</entry>
                 <entry>STRING</entry>
@@ -348,5 +348,5 @@
               </row>
               <row>
-                <entry>SENDER_SERVICE</entry>
+                <entry>SENDER</entry>
                 <entry>7</entry>
                 <entry>STRING</entry>





More information about the dbus-commit mailing list