summaryrefslogtreecommitdiff
path: root/Specifications/StatusNotifierItem.mdwn
diff options
context:
space:
mode:
authordavidedmundson <davidedmundson@web>2014-09-01 06:41:36 -0700
committerwww <iki-www@freedesktop.org>2014-09-01 06:41:36 -0700
commit0111191f78f16f351884d7b798e5beee4f288ce4 (patch)
tree215e6c8efa5e568782f632ae16095864979750a2 /Specifications/StatusNotifierItem.mdwn
parent5a8780262d68e59aa6c7ba6008c5c3b04cf48c8b (diff)
Diffstat (limited to 'Specifications/StatusNotifierItem.mdwn')
-rw-r--r--Specifications/StatusNotifierItem.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Specifications/StatusNotifierItem.mdwn b/Specifications/StatusNotifierItem.mdwn
index 3777d4e9..7853c968 100644
--- a/Specifications/StatusNotifierItem.mdwn
+++ b/Specifications/StatusNotifierItem.mdwn
@@ -24,13 +24,13 @@ Example use cases will include:
The Status Notifier Item system relies on inter-process communication via D-BUS and is composed by three parts:
-* StatusNotifierItem: each application that wants to utilize the system registers its own StatusNotifierItem to the session bus. Properties, methods and signals that must be provided by all StatusNotifierItem instances are described in the Section called StatusNotifierItem.
+* [[StatusNotifierItem]]: each application that wants to utilize the system registers its own [[StatusNotifierItem]] to the session bus. Properties, methods and signals that must be provided by all [[StatusNotifierItem]] instances are described in the Section called [[StatusNotifierItem]].
-* StatusNotifierWatcher: service used to keep track of every active instance of StatusNotifierItem, used by StatusNotifierHost to get the list of all items. It also notifies it when items are added and removed. The detailed specification of StatusNotifierWatcher is described in the Section called StatusNotifierWatcher.
+* [[StatusNotifierWatcher]]: service used to keep track of every active instance of [[StatusNotifierItem]], used by [[StatusNotifierHost]] to get the list of all items. It also notifies it when items are added and removed. The detailed specification of [[StatusNotifierWatcher]] is described in the Section called [[StatusNotifierWatcher]].
-* StatusNotifierHost: an application that wants to provide a visualization of the existing StatusNotifierItem instances must register a StatusNotifierHost in the session bus. The detailed specification of StatusNotifierHost is described in the Section called StatusNotifierHost.
+* [[StatusNotifierHost]]: an application that wants to provide a visualization of the existing [[StatusNotifierItem]] instances must register a [[StatusNotifierHost]] in the session bus. The detailed specification of [[StatusNotifierHost]] is described in the Section called [[StatusNotifierHost]].
#StatusNotifierItem