Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/view/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/view/service.py')
-rw-r--r--src/jarabe/view/service.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/jarabe/view/service.py b/src/jarabe/view/service.py
index ef225bf..2b91437 100644
--- a/src/jarabe/view/service.py
+++ b/src/jarabe/view/service.py
@@ -31,19 +31,19 @@ _DBUS_PATH = "/org/laptop/Shell"
class UIService(dbus.service.Object):
"""Provides d-bus service to script the shell's operations
-
+
Uses a shell_model object to observe events such as changes to:
-
- * nickname
+
+ * nickname
* colour
* icon
* currently active activity
-
+
and pass the event off to the methods in the dbus signature.
-
- Key method here at the moment is add_bundle, which is used to
+
+ Key method here at the moment is add_bundle, which is used to
do a run-time registration of a bundle using it's application path.
-
+
XXX At the moment the d-bus service methods do not appear to do
anything other than add_bundle
"""