summaryrefslogtreecommitdiff
path: root/doc/dbus-specification.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-11-21 20:12:17 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-11-22 11:23:31 +0000
commitbda106632a63d175df8812a9593ff98357440410 (patch)
treec4e21146c6d44c39254456fa84f181f286b43e3a /doc/dbus-specification.xml
parent2ebcebf2e52266e99baee4c4d9d9a54ff6c12feb (diff)
downloaddbus-bda106632a63d175df8812a9593ff98357440410.tar.gz
dbus-bda106632a63d175df8812a9593ff98357440410.tar.bz2
dbus-bda106632a63d175df8812a9593ff98357440410.zip
Spec: be clearer about what activation means
The spec previously mentioned that CORBA calls this activation, but did not explicitly say that D-Bus has copied this jargon term. It's 2016, and developers are probably more likely to be familiar with D-Bus than with CORBA at this point: explicitly say that *our* jargon term for this action is activation. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98671
Diffstat (limited to 'doc/dbus-specification.xml')
-rw-r--r--doc/dbus-specification.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 64f561b3..61993969 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -4970,12 +4970,14 @@
</sect3>
</sect2>
<sect2 id="message-bus-starting-services">
- <title>Message Bus Starting Services</title>
+ <title>Message Bus Starting Services (Activation)</title>
<para>
The message bus can start applications on behalf of other applications.
- In CORBA terms, this would be called <firstterm>activation</firstterm>.
+ This is referred to as <firstterm>service activation</firstterm> or
+ <firstterm>activation</firstterm>.
An application that can be started in this way is called a
- <firstterm>service</firstterm>.
+ <firstterm>service</firstterm> or an
+ <firstterm>activatable service</firstterm>.
</para>
<para>
With D-Bus, starting a service is normally done by name. That is,