aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-03 11:26:19 -0600
committerTed Gould <ted@gould.cx>2011-02-03 11:26:19 -0600
commit0faacd13e0e23b202969127e9034605b4fcf90c4 (patch)
tree91d9e8441bda99a520e6bd24a82da1dece1142d0 /src/notification-item.xml
parent19c543fd42571ef3e011db21a6d93e93d7da4483 (diff)
parentb5660e8977f5d4ffa28bfe4cfe30e5d7cf4ce944 (diff)
downloadlibayatana-appindicator-0faacd13e0e23b202969127e9034605b4fcf90c4.tar.gz
libayatana-appindicator-0faacd13e0e23b202969127e9034605b4fcf90c4.tar.bz2
libayatana-appindicator-0faacd13e0e23b202969127e9034605b4fcf90c4.zip
Support the Scroll method for scroll whell support.
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r--src/notification-item.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml
index 05afd83..127eb3a 100644
--- a/src/notification-item.xml
+++ b/src/notification-item.xml
@@ -17,7 +17,10 @@
<property name="XAyatanaOrderingIndex" type="u" access="read" />
<!-- Methods -->
- <!-- None currently -->
+ <method name="Scroll">
+ <arg type="i" name="delta" direction="in" />
+ <arg type="s" name="orientation" direction="in" />
+ </method>
<!-- Signals -->
<signal name="NewIcon">
@@ -34,6 +37,5 @@
<arg type="s" name="label" direction="out" />
<arg type="s" name="guide" direction="out" />
</signal>
-
</interface>
</node>