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. --- doc/dbus-specification.sgml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'doc') 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