aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-04 14:56:10 -0500
committerTed Gould <ted@gould.cx>2010-08-04 14:56:10 -0500
commitbe5cab0001457de5835ef1dedffb44fc83a1588e (patch)
tree6ae4db93b1504fc43c6fb105ae39425306a30d22 /src/application-service.xml
parent6eeaa491a8749fc13b7fc5a63fc8e62134d5c803 (diff)
parentc25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b (diff)
downloadlibayatana-appindicator-be5cab0001457de5835ef1dedffb44fc83a1588e.tar.gz
libayatana-appindicator-be5cab0001457de5835ef1dedffb44fc83a1588e.tar.bz2
libayatana-appindicator-be5cab0001457de5835ef1dedffb44fc83a1588e.zip
Adding label support into the indicator
Diffstat (limited to 'src/application-service.xml')
-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>