diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 13:13:28 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 13:13:28 -0500 |
commit | 1e460db90b903c62e8e9c31047e2c675ad432d55 (patch) | |
tree | bdf19812540ce5cbe54ddc44ae2a2786c1efa966 /src/status-service.xml | |
parent | d96e16ad7ffdea4807f942ac4b452a6dc607a1fa (diff) | |
parent | e012a31aa9a8420873a4b36ba64afeed6202e18f (diff) | |
download | ayatana-indicator-session-1e460db90b903c62e8e9c31047e2c675ad432d55.tar.gz ayatana-indicator-session-1e460db90b903c62e8e9c31047e2c675ad432d55.tar.bz2 ayatana-indicator-session-1e460db90b903c62e8e9c31047e2c675ad432d55.zip |
* Upstream release 0.2.0
* Removing status support
* Merging the users service and the session service
* debian/control: Updating to depend on dbusmenu 0.2.0 or higher.
* debian/control: Dropping build depends for libtelepathy-glib-dev
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> |