From 3caaa342e8db2cba690bb9e1a228ef3862e203d8 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sun, 16 Mar 2003 22:29:14 +0000 Subject: 2003-03-16 Anders Carlsson * doc/dbus-specification.sgml: Document reply message for ActivateService. --- ChangeLog | 5 +++++ doc/dbus-specification.sgml | 24 +++++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7740ee18..e31696d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-16 Anders Carlsson + + * doc/dbus-specification.sgml: + Document reply message for ActivateService. + 2003-03-16 Anders Carlsson * bus/activation.c: (bus_pending_activation_entry_free), 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 @@ As a method: - void ActivateService (in STRING service_name, in UINT32 flags) + UINT32 ActivateService (in STRING service_name, in UINT32 flags) Message arguments: @@ -1713,6 +1713,28 @@ + Reply arguments: + + + + + Argument + Type + Description + + + + + 0 + UINT32 + Result code; DBUS_ACTIVATION_REPLY_ACTIVATED if + the service was activated successfutly or + DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE if the service is + already active. + + + + Tries to launch the executable associated with a service. For more information, see . -- cgit