From: Anders Carlsson Date: Sun, 16 Mar 2003 22:29:14 +0000 (+0000) Subject: 2003-03-16 Anders Carlsson X-Git-Tag: dbus-0.6~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3caaa342e8db2cba690bb9e1a228ef3862e203d8;p=thirdparty%2Fdbus.git 2003-03-16 Anders Carlsson * doc/dbus-specification.sgml: Document reply message for ActivateService. --- diff --git a/ChangeLog b/ChangeLog index 7740ee180..e31696d29 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 dba70baf6..da1d07a1e 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 .