diff options
author | Ted Gould <ted@canonical.com> | 2009-08-17 09:05:04 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-17 09:05:04 -0500 |
commit | b107a295f3baacfc3fbd9328cb94f43a0f993c58 (patch) | |
tree | 9ef4f9cf4d83c507fcca6e2f92c8857fbd16a4e5 /src/status-service.xml | |
parent | 76e386da015a29e46291fe66848d376e340eed7b (diff) | |
parent | 692f214823437c5ae15bbcd601b98cdae1d1af08 (diff) | |
download | ayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.tar.gz ayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.tar.bz2 ayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.zip |
Merging in the branch getting the status icons working.
Diffstat (limited to 'src/status-service.xml')
-rw-r--r-- | src/status-service.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/status-service.xml b/src/status-service.xml index 3807158..977b338 100644 --- a/src/status-service.xml +++ b/src/status-service.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <node name="/"> - <interface name="org.ayatana.indicator.status"> + <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="a(s)" name="icons" direction="out" /> + <arg type="s" name="icons" direction="out" /> </method> <method name="PrettyUserName"> <arg type="s" name="name" direction="out" /> @@ -18,7 +18,7 @@ <arg type="s" name="name" direction="out" /> </signal> <signal name="StatusIconsChanged"> - <arg type="a(s)" name="icons" direction="out" /> + <arg type="s" name="icons" direction="out" /> </signal> </interface> |