aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-03 11:03:53 -0600
committerTed Gould <ted@gould.cx>2011-02-03 11:03:53 -0600
commitdc47b4e17dae22058e3812e975c7fede2eb9273e (patch)
tree4448c63264796dcb458d268adbd08246200922b9 /src/application-service.xml
parent82c80cd622d65cdce1c1eef15a71baf8a3530f7f (diff)
parent70bc5ad4a4296583313a461642b908a8b6490069 (diff)
downloadayatana-indicator-application-dc47b4e17dae22058e3812e975c7fede2eb9273e.tar.gz
ayatana-indicator-application-dc47b4e17dae22058e3812e975c7fede2eb9273e.tar.bz2
ayatana-indicator-application-dc47b4e17dae22058e3812e975c7fede2eb9273e.zip
Support scroll events from libindicator on down to sending them to the applications.
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">