aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-08 10:49:54 -0600
committerTed Gould <ted@gould.cx>2012-02-08 10:49:54 -0600
commit04922240ee1e2c73ec61b46f17cab7653372eefa (patch)
tree86f389849d1fe991649fa40a0acfa109f38384e7 /src/application-service.xml
parent8aa53e21ffeb4ccbb52efd47f4f8c8a897187c10 (diff)
parent7614d417822f95aa20dfadc8f06d70012ea916a6 (diff)
downloadayatana-indicator-application-04922240ee1e2c73ec61b46f17cab7653372eefa.tar.gz
ayatana-indicator-application-04922240ee1e2c73ec61b46f17cab7653372eefa.tar.bz2
ayatana-indicator-application-04922240ee1e2c73ec61b46f17cab7653372eefa.zip
Adding support for the Title property
Diffstat (limited to 'src/application-service.xml')
-rw-r--r--src/application-service.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/application-service.xml b/src/application-service.xml
index 434cfd8..9428ebb 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(sisosssss)" name="applications" direction="out" />
+ <arg type="a(sisossssss)" name="applications" direction="out" />
</method>
<method name="ApplicationScrollEvent">
<arg type="s" name="dbusaddress" direction="in" />
@@ -51,6 +51,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
<arg type="s" name="labelguide" direction="out" />
<arg type="s" name="accessibledesc" direction="out" />
<arg type="s" name="hint" direction="out" />
+ <arg type="s" name="title" direction="out" />
</signal>
<signal name="ApplicationRemoved">
<arg type="i" name="position" direction="out" />
@@ -69,5 +70,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
<arg type="s" name="label" direction="out" />
<arg type="s" name="guide" direction="out" />
</signal>
+ <signal name="ApplicationTitleChanged">
+ <arg type="i" name="position" direction="out" />
+ <arg type="s" name="title" direction="out" />
+ </signal>
</interface>
</node>