diff options
author | Ted Gould <ted@gould.cx> | 2010-01-02 23:51:04 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-02 23:51:04 -0600 |
commit | d61447937953e0e39add836cc6cfad261dc7a1df (patch) | |
tree | 705cd0d64fd527bf5770a09e943da9d996ace143 /src/status-service.xml | |
parent | a718efc9b3340801882f7c7550320d01f9b0635e (diff) | |
parent | fbdb4d5d1e0e51fc1b20ec4d526dfd96dea909c9 (diff) | |
download | ayatana-indicator-session-d61447937953e0e39add836cc6cfad261dc7a1df.tar.gz ayatana-indicator-session-d61447937953e0e39add836cc6cfad261dc7a1df.tar.bz2 ayatana-indicator-session-d61447937953e0e39add836cc6cfad261dc7a1df.zip |
releasing version 0.2.0~dev-0ubuntu1~ppa4~nostatus1
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> |