From: Anders Carlsson Date: Sat, 9 Aug 2003 11:33:48 +0000 (+0000) Subject: 2003-08-09 Anders Carlsson X-Git-Tag: dbus-0.13~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24f79b9a545b94dbbe227e6be7915746ce7e8fc3;p=platform%2Fupstream%2Fdbus.git 2003-08-09 Anders Carlsson * doc/dbus-specification.sgml: Add activation reply values. --- diff --git a/ChangeLog b/ChangeLog index 0d829a4..0d93fe5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-09 Anders Carlsson + + * doc/dbus-specification.sgml: + Add activation reply values. + 2003-08-05 Havoc Pennington * configure.in: 0.12 diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index 68a71ce..4ab5291 100644 --- a/doc/dbus-specification.sgml +++ b/doc/dbus-specification.sgml @@ -1822,22 +1822,44 @@ 0 UINT32 - Result code; DBUS_ACTIVATION_REPLY_ACTIVATED if - the service was activated successfully or - DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE if the service is - already active. + Return value - - Tries to launch the executable associated with a service. For more information, see . [FIXME need semantics in much more detail here; for example, if I activate a service then send it a message, is the message queued for the new service or is there a race] + + The return value can be one of the following values: + + + + + Identifier + Value + Description + + + + + DBUS_ACTIVATION_REPLY_ACTIVATED + 0x0 + The service was activated successfully. + + + DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE + 0x1 + The service is already active. + + + + + +