summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2003-03-16 22:29:14 +0000
committerAnders Carlsson <andersca@codefactory.se>2003-03-16 22:29:14 +0000
commit3caaa342e8db2cba690bb9e1a228ef3862e203d8 (patch)
tree2d84ee5e4e6fdf94a344cf07be616e4cbc201df7
parent3f4086f0fdd1cc7fc03585ec9f750897fb3c1d55 (diff)
2003-03-16 Anders Carlsson <andersca@codefactory.se>
* doc/dbus-specification.sgml: Document reply message for ActivateService.
-rw-r--r--ChangeLog5
-rw-r--r--doc/dbus-specification.sgml24
2 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7740ee18..e31696d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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),
(bus_pending_activation_free), (bus_activation_new),
(bus_activation_unref), (bus_activation_service_created),
diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml
index dba70baf..da1d07a1 100644
--- a/doc/dbus-specification.sgml
+++ b/doc/dbus-specification.sgml
@@ -1687,7 +1687,7 @@
<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>
@@ -1713,6 +1713,28 @@
</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">.