2003-08-09 Anders Carlsson <andersca@codefactory.se>
authorAnders Carlsson <andersca@codefactory.se>
Sat, 9 Aug 2003 11:33:48 +0000 (11:33 +0000)
committerAnders Carlsson <andersca@codefactory.se>
Sat, 9 Aug 2003 11:33:48 +0000 (11:33 +0000)
* doc/dbus-specification.sgml:
Add activation reply values.

ChangeLog
doc/dbus-specification.sgml

index 0d829a4..0d93fe5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-09  Anders Carlsson  <andersca@codefactory.se>
+
+       * doc/dbus-specification.sgml:
+       Add activation reply values.
+       
 2003-08-05  Havoc Pennington  <hp@redhat.com>
 
        * configure.in: 0.12
index 68a71ce..4ab5291 100644 (file)
               <row>
                 <entry>0</entry>
                 <entry>UINT32</entry>
-                <entry>Result code; DBUS_ACTIVATION_REPLY_ACTIVATED if
-                the service was activated successfully or
-                DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE if the service is
-                already active.</entry>
+                <entry>Return value</entry>
               </row>
             </tbody>
           </tgroup>
         </informaltable>
-        </para>
-        <para>
           Tries to launch the executable associated with a service. For more information, see <xref linkend="message-bus-activation">.
 
             [FIXME need semantics in much more detail here; for example, 
             if I activate a service then send it a message, is the message 
             queued for the new service or is there a race]
         </para>
+        <para>
+          The return value can be one of the following values:
+    <informaltable>
+            <tgroup cols=3>
+              <thead>
+                <row>
+                  <entry>Identifier</entry>
+                  <entry>Value</entry>
+                  <entry>Description</entry>
+                </row>
+              </thead>
+              <tbody>
+               <row>
+                  <entry>DBUS_ACTIVATION_REPLY_ACTIVATED</entry>
+                  <entry>0x0</entry>
+                  <entry>The service was activated successfully.</entry>
+                </row>
+                <row>
+                  <entry>DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE</entry>
+                  <entry>0x1</entry>
+                  <entry>The service is already active.</entry>
+                </row>
+              </tbody>
+             </tgroup>
+           </informaltable>
+        </para>
+
       </sect3>
 
       <sect3 id="bus-messages-out-of-memory">