diff options
author | Ted Gould <ted@gould.cx> | 2010-01-05 22:42:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-05 22:42:37 -0600 |
commit | e9d1a73dad33cfea06dd90ec4d13fcfa0b750322 (patch) | |
tree | 8c69c8238aed314a5b2743509a66d5e5d978693d /src/status-service.xml | |
parent | a718efc9b3340801882f7c7550320d01f9b0635e (diff) | |
parent | 933a07d7a5fa30afa12dd88f79d64dc43cc30dff (diff) | |
download | ayatana-indicator-session-e9d1a73dad33cfea06dd90ec4d13fcfa0b750322.tar.gz ayatana-indicator-session-e9d1a73dad33cfea06dd90ec4d13fcfa0b750322.tar.bz2 ayatana-indicator-session-e9d1a73dad33cfea06dd90ec4d13fcfa0b750322.zip |
* Upstream merge
* Removing status support
* Merging the users service and the session service
Diffstat (limited to 'src/status-service.xml')
-rw-r--r-- | src/status-service.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/status-service.xml b/src/status-service.xml deleted file mode 100644 index 977b338..0000000 --- a/src/status-service.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<node name="/"> - <interface name="org.ayatana.indicator.status.service"> - -<!-- Methods --> - <method name="Watch"> - <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> - </method> - <method name="StatusIcons"> - <arg type="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="s" name="icons" direction="out" /> - </signal> - - </interface> -</node> |