aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-04 11:58:49 -0500
committerTed Gould <ted@gould.cx>2010-08-04 11:58:49 -0500
commitfaf285937e744afd680703ee4cae14fac02276ad (patch)
tree90a80696b615cf8596c632e08b685d76ce68b330
parent4189a76c67f80a8c6a8e80142e7cfeffab1039e9 (diff)
downloadayatana-indicator-application-faf285937e744afd680703ee4cae14fac02276ad.tar.gz
ayatana-indicator-application-faf285937e744afd680703ee4cae14fac02276ad.tar.bz2
ayatana-indicator-application-faf285937e744afd680703ee4cae14fac02276ad.zip
Adding labels to the service interface
-rw-r--r--src/application-service.xml9
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>