mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-05 05:30:15 +01:00
2003-03-16 Anders Carlsson <andersca@codefactory.se>
* doc/dbus-specification.sgml: Document reply message for ActivateService.
This commit is contained in:
parent
3f4086f0fd
commit
3caaa342e8
2 changed files with 28 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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">.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue