diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 09:04:41 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 09:04:41 -0500 |
commit | 87bd8963233e6e53cb8a7491400a47aeab65af3c (patch) | |
tree | fde93a72ccd175f23fd552cae2a2aa9798defa12 /src/application-service.xml | |
parent | 398dce88dc88966da0c304f4d731c4ec453509b8 (diff) | |
parent | c4045e9150fa79827d62d2ffb8c03d6d9b905a46 (diff) | |
download | ayatana-indicator-application-87bd8963233e6e53cb8a7491400a47aeab65af3c.tar.gz ayatana-indicator-application-87bd8963233e6e53cb8a7491400a47aeab65af3c.tar.bz2 ayatana-indicator-application-87bd8963233e6e53cb8a7491400a47aeab65af3c.zip |
Adding label support into the indicator
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> |