diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-03 14:56:18 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-03 14:56:18 -0600 |
| commit | 18e5be1fdf184b1a2181acf5a4f1034589adb430 (patch) | |
| tree | 9508e96d5d369cf3a5016968f0e53be5f003ee5c /src/application-service.xml | |
| parent | e08f5483f846c85b36a087228ba4a61f4e103776 (diff) | |
| parent | cd55d421ca00a32f8ee1f0a4339eec23160284c7 (diff) | |
| download | ayatana-indicator-application-18e5be1fdf184b1a2181acf5a4f1034589adb430.tar.gz ayatana-indicator-application-18e5be1fdf184b1a2181acf5a4f1034589adb430.tar.bz2 ayatana-indicator-application-18e5be1fdf184b1a2181acf5a4f1034589adb430.zip | |
* New upstream release.
* Support the scroll wheel event and send it to applications.
Diffstat (limited to 'src/application-service.xml')
| -rw-r--r-- | src/application-service.xml | 6 |
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"> |
