diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 15:22:29 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 15:22:29 -0500 |
commit | a34479eb97125446bfb5a8c6b86e2c6552319fa1 (patch) | |
tree | d2de51290fe0e362099528e8778f8d95799d895b /src/application-service.xml | |
parent | d2c36a2dc643c8760556736067e1134aed674800 (diff) | |
parent | d7c7a2ae1656af559bfbdb2716fe381d313b5a53 (diff) | |
download | libayatana-appindicator-a34479eb97125446bfb5a8c6b86e2c6552319fa1.tar.gz libayatana-appindicator-a34479eb97125446bfb5a8c6b86e2c6552319fa1.tar.bz2 libayatana-appindicator-a34479eb97125446bfb5a8c6b86e2c6552319fa1.zip |
Updating to trunk
Diffstat (limited to 'src/application-service.xml')
-rw-r--r-- | src/application-service.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index dcccfa4..031bf68 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(sisos)" name="applications" direction="out" /> + <arg type="a(sisosss)" name="applications" direction="out" /> </method> <!-- Signals --> @@ -36,6 +36,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="s" name="dbusaddress" direction="out" /> <arg type="o" name="dbusobject" direction="out" /> <arg type="s" name="iconpath" direction="out" /> + <arg type="s" name="label" direction="out" /> + <arg type="s" name="labelguide" direction="out" /> </signal> <signal name="ApplicationRemoved"> <arg type="i" name="position" direction="out" /> @@ -48,6 +50,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="i" name="position" direction="out" /> <arg type="s" name="icon_theme_path" direction="out" /> </signal> - + <signal name="ApplicationLabelChanged"> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="label" direction="out" /> + <arg type="s" name="guide" direction="out" /> + </signal> </interface> </node> |