aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-08 11:28:29 -0600
committerTed Gould <ted@gould.cx>2012-02-08 11:28:29 -0600
commit22965953b89a0ed229c9009a2750c573d82acfee (patch)
treee11888e89498c6e8de40c66738d6d8f4db943e5b /src/application-service.xml
parent61ce1240559e39b4ef2ff6d28b9a202bd8e45ff8 (diff)
parent8c0ecc8e811e697b208779be157c78378cfba2d3 (diff)
downloadayatana-indicator-application-22965953b89a0ed229c9009a2750c573d82acfee.tar.gz
ayatana-indicator-application-22965953b89a0ed229c9009a2750c573d82acfee.tar.bz2
ayatana-indicator-application-22965953b89a0ed229c9009a2750c573d82acfee.zip
Import upstream version 0.4.90
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>