diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 20:18:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 20:18:58 -0600 |
commit | 1b2a4572a83b8e876bc7612e4dc7c913a82f1bd3 (patch) | |
tree | dd2faee44a81072809dd365940f990fb5bdf7aa9 /src | |
parent | 2a7a9f3e01227c83df481a63f288b620213fd883 (diff) | |
download | ayatana-indicator-application-1b2a4572a83b8e876bc7612e4dc7c913a82f1bd3.tar.gz ayatana-indicator-application-1b2a4572a83b8e876bc7612e4dc7c913a82f1bd3.tar.bz2 ayatana-indicator-application-1b2a4572a83b8e876bc7612e4dc7c913a82f1bd3.zip |
Adding to more strings to the standard structure, ID and title
Diffstat (limited to 'src')
-rw-r--r-- | src/application-service.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index 2588d8e..72dbf21 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(sisosssss)" name="applications" direction="out" /> + <arg type="a(sisosssssss)" name="applications" direction="out" /> </method> <method name="ApplicationScrollEvent"> <arg type="s" name="dbusaddress" direction="in" /> @@ -51,6 +51,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="s" name="labelguide" direction="out" /> <arg type="s" name="accessibledesc" direction="out" /> <arg type="s" name="hint" direction="out" /> + <arg type="s" name="id" direction="out" /> + <arg type="s" name="title" direction="out" /> </signal> <signal name="ApplicationRemoved"> <arg type="i" name="position" direction="out" /> |