diff options
author | Ted Gould <ted@gould.cx> | 2010-08-04 11:58:49 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-04 11:58:49 -0500 |
commit | faf285937e744afd680703ee4cae14fac02276ad (patch) | |
tree | 90a80696b615cf8596c632e08b685d76ce68b330 /src/application-service.xml | |
parent | 4189a76c67f80a8c6a8e80142e7cfeffab1039e9 (diff) | |
download | libayatana-appindicator-faf285937e744afd680703ee4cae14fac02276ad.tar.gz libayatana-appindicator-faf285937e744afd680703ee4cae14fac02276ad.tar.bz2 libayatana-appindicator-faf285937e744afd680703ee4cae14fac02276ad.zip |
Adding labels to the service interface
Diffstat (limited to 'src/application-service.xml')
-rw-r--r-- | src/application-service.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index 0b2e959..df49516 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" /> @@ -44,6 +46,11 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="i" name="position" direction="out" /> <arg type="s" name="icon_name" 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> |