diff options
| author | Ted Gould <ted@gould.cx> | 2011-07-07 15:32:09 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-07-07 15:32:09 -0500 |
| commit | 1e42facce6ffa20a39d1bb96aba4124604381976 (patch) | |
| tree | 3214de209971404b11785b220a71687e623ef6e8 /src/application-service.xml | |
| parent | f374f8e3f2223684bfce3b2cd811d41e5f553ce0 (diff) | |
| parent | 457dd74bc8752065e9558f5a67a50635a06b8ffc (diff) | |
| download | ayatana-indicator-application-1e42facce6ffa20a39d1bb96aba4124604381976.tar.gz ayatana-indicator-application-1e42facce6ffa20a39d1bb96aba4124604381976.tar.bz2 ayatana-indicator-application-1e42facce6ffa20a39d1bb96aba4124604381976.zip | |
* New upstream release.
* Build with libindicator 0.4
Diffstat (limited to 'src/application-service.xml')
| -rw-r--r-- | src/application-service.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index f3164ef..1cffbc7 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(sisossss)" name="applications" direction="out" /> + <arg type="a(sisosssss)" name="applications" direction="out" /> </method> <method name="ApplicationScrollEvent"> <arg type="s" name="dbusaddress" direction="in" /> @@ -45,6 +45,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="s" name="label" direction="out" /> <arg type="s" name="labelguide" direction="out" /> <arg type="s" name="accessibledesc" direction="out" /> + <arg type="s" name="hint" direction="out" /> </signal> <signal name="ApplicationRemoved"> <arg type="i" name="position" direction="out" /> |
