]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2003-03-16 Anders Carlsson <andersca@codefactory.se>
authorAnders Carlsson <andersca@codefactory.se>
Sun, 16 Mar 2003 22:29:14 +0000 (22:29 +0000)
committerAnders Carlsson <andersca@codefactory.se>
Sun, 16 Mar 2003 22:29:14 +0000 (22:29 +0000)
* doc/dbus-specification.sgml:
Document reply message for ActivateService.

ChangeLog
doc/dbus-specification.sgml

index 7740ee180894df937faba4baede5819e08f9bfb2..e31696d29964835d21e4f1e5f8a2c79dbac59005 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-16  Anders Carlsson  <andersca@codefactory.se>
+
+       * doc/dbus-specification.sgml:
+       Document reply message for ActivateService.
+       
 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
 
        * bus/activation.c: (bus_pending_activation_entry_free),
index dba70baf65612b2650015cb928c29bc7beea35b1..da1d07a1e86092388a26c3a9d7378e2fe58fe36d 100644 (file)
         <para>
           As a method:
           <programlisting>
-            void ActivateService (in STRING service_name, in UINT32 flags)
+            UINT32 ActivateService (in STRING service_name, in UINT32 flags)
           </programlisting>
           Message arguments:
           <informaltable>
               </tbody>
             </tgroup>
           </informaltable>
+        Reply arguments:
+        <informaltable>
+          <tgroup cols=3>
+            <thead>
+              <row>
+                <entry>Argument</entry>
+                <entry>Type</entry>
+                <entry>Description</entry>
+              </row>
+            </thead>
+            <tbody>
+              <row>
+                <entry>0</entry>
+                <entry>UINT32</entry>
+                <entry>Result code; DBUS_ACTIVATION_REPLY_ACTIVATED if
+                the service was activated successfutly or
+                DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE if the service is
+                already active.</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">.