diff options
author | Ted Gould <ted@gould.cx> | 2010-01-15 08:54:25 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-15 08:54:25 -0600 |
commit | a75c3deda04f2529dd2db287829c191580fa2446 (patch) | |
tree | c373321c649cd64668aafe7ef848ffe08e00c412 /src/application-service.xml | |
parent | bd7118f59345fbf9c7a22fdfb7a65e7f97dfa6c8 (diff) | |
parent | b447c26d5dab577f46ad32d6191bc623be9aaf25 (diff) | |
download | libayatana-appindicator-a75c3deda04f2529dd2db287829c191580fa2446.tar.gz libayatana-appindicator-a75c3deda04f2529dd2db287829c191580fa2446.tar.bz2 libayatana-appindicator-a75c3deda04f2529dd2db287829c191580fa2446.zip |
* Upstream update
* Support getting the app list from a running service.
Diffstat (limited to 'src/application-service.xml')
-rw-r--r-- | src/application-service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index d74aaa9..0b2e959 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -26,7 +26,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <!-- Methods --> <method name="GetApplications"> - <arg type="a(siso)" name="applications" direction="out" /> + <arg type="a(sisos)" name="applications" direction="out" /> </method> <!-- Signals --> |