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