aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/status-service.xml')
-rw-r--r--src/status-service.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/status-service.xml b/src/status-service.xml
index 189df81..df10859 100644
--- a/src/status-service.xml
+++ b/src/status-service.xml
@@ -2,21 +2,23 @@
<node name="/">
<interface name="com.ubuntu.indicator.status">
-<!-- Properties -->
- <property name="user" type="s" access="read" />
- <property name="status" type="u" access="read" />
-
<!-- Methods -->
<method name="Watch">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
</method>
+ <method name="StatusIcons">
+ <arg type="a(s)" name="icons" direction="out" />
+ </method>
+ <method name="PrettyUserName">
+ <arg type="s" name="name" direction="out" />
+ </method>
<!-- Signals -->
<signal name="UserChanged">
<arg type="s" name="name" direction="out" />
</signal>
- <signal name="StatusChanged">
- <arg type="u" name="status" direction="out" />
+ <signal name="StatusIconsChanged">
+ <arg type="a(s)" name="icons" direction="out" />
</signal>
</interface>