diff options
| author | Ted Gould <ted@canonical.com> | 2009-08-08 09:15:30 -0600 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-08-08 09:15:30 -0600 |
| commit | 46812f4eb145ce20d50b728944b8b4e1205bbb41 (patch) | |
| tree | ee3af6f4f5180b100e6f725c5c43c2dee8aa6b59 /src/status-service.xml | |
| parent | 32ae53755e9d5646ca3779bd889303d6a8ef5378 (diff) | |
| parent | 839f57951591a4bf9d0ce4fd32b0c5b2d06bf73e (diff) | |
| download | ayatana-indicator-session-46812f4eb145ce20d50b728944b8b4e1205bbb41.tar.gz ayatana-indicator-session-46812f4eb145ce20d50b728944b8b4e1205bbb41.tar.bz2 ayatana-indicator-session-46812f4eb145ce20d50b728944b8b4e1205bbb41.zip | |
Lots of updates from a branch to make things on the status
front all happy happy joy joy.
Diffstat (limited to 'src/status-service.xml')
| -rw-r--r-- | src/status-service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/status-service.xml b/src/status-service.xml index 3807158..ba1f79f 100644 --- a/src/status-service.xml +++ b/src/status-service.xml @@ -7,7 +7,7 @@ <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> |
