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/gen-application-service.xml.c | |
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/gen-application-service.xml.c')
-rw-r--r-- | src/gen-application-service.xml.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gen-application-service.xml.c b/src/gen-application-service.xml.c index 2a0277a..292cb62 100644 --- a/src/gen-application-service.xml.c +++ b/src/gen-application-service.xml.c @@ -29,6 +29,12 @@ const char * _application_service = " <method name=\"GetApplications\">\n" " <arg type=\"a(sisosss)\" name=\"applications\" direction=\"out\" />\n" " </method>\n" +" <method name=\"ApplicationScrollEvent\">\n" +" <arg type=\"s\" name=\"dbusaddress\" direction=\"in\" />\n" +" <arg type=\"s\" name=\"dbusobject\" direction=\"in\" />\n" +" <arg type=\"i\" name=\"delta\" direction=\"in\" />\n" +" <arg type=\"u\" name=\"direction\" direction=\"in\" />\n" +" </method>\n" "\n" "<!-- Signals -->\n" " <signal name=\"ApplicationAdded\">\n" |