From 24f79b9a545b94dbbe227e6be7915746ce7e8fc3 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 9 Aug 2003 11:33:48 +0000 Subject: 2003-08-09 Anders Carlsson * doc/dbus-specification.sgml: Add activation reply values. --- doc/dbus-specification.sgml | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) (limited to 'doc/dbus-specification.sgml') diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index 68a71cec..4ab5291a 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. + + + + + + -- cgit