aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-03 14:54:42 -0600
committerTed Gould <ted@gould.cx>2011-02-03 14:54:42 -0600
commitcd55d421ca00a32f8ee1f0a4339eec23160284c7 (patch)
tree54f1c95e35b916bd493b77f6d5aa0097926eaaa3 /src/application-service.xml
parent2c6ef4e38e32386cc19bb8e1eb094378ef1c58f1 (diff)
parentf780ca4c2732d62a46c25a587aa85c02b5a88dd3 (diff)
downloadayatana-indicator-application-cd55d421ca00a32f8ee1f0a4339eec23160284c7.tar.gz
ayatana-indicator-application-cd55d421ca00a32f8ee1f0a4339eec23160284c7.tar.bz2
ayatana-indicator-application-cd55d421ca00a32f8ee1f0a4339eec23160284c7.zip
Import upstream version 0.2.93
Diffstat (limited to 'src/application-service.xml')
-rw-r--r--src/application-service.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/application-service.xml b/src/application-service.xml
index ae20900..1ad7030 100644
--- a/src/application-service.xml
+++ b/src/application-service.xml
@@ -28,6 +28,12 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
<method name="GetApplications">
<arg type="a(sisosss)" name="applications" direction="out" />
</method>
+ <method name="ApplicationScrollEvent">
+ <arg type="s" name="dbusaddress" direction="in" />
+ <arg type="s" name="dbusobject" direction="in" />
+ <arg type="i" name="delta" direction="in" />
+ <arg type="u" name="direction" direction="in" />
+ </method>
<!-- Signals -->
<signal name="ApplicationAdded">