diff options
Diffstat (limited to 'src/status-service.xml')
-rw-r--r-- | src/status-service.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/status-service.xml b/src/status-service.xml new file mode 100644 index 0000000..df10859 --- /dev/null +++ b/src/status-service.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<node name="/"> + <interface name="com.ubuntu.indicator.status"> + +<!-- 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="StatusIconsChanged"> + <arg type="a(s)" name="icons" direction="out" /> + </signal> + + </interface> +</node> |