diff options
author | Ted Gould <ted@gould.cx> | 2011-02-03 11:26:19 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-03 11:26:19 -0600 |
commit | 0faacd13e0e23b202969127e9034605b4fcf90c4 (patch) | |
tree | 91d9e8441bda99a520e6bd24a82da1dece1142d0 /src/notification-item.xml | |
parent | 19c543fd42571ef3e011db21a6d93e93d7da4483 (diff) | |
parent | b5660e8977f5d4ffa28bfe4cfe30e5d7cf4ce944 (diff) | |
download | libayatana-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.xml | 6 |
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> |