diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 14:57:31 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 14:57:31 -0600 |
commit | a9814d5d7acde62dd8f5cf3424f795bb4c977dd1 (patch) | |
tree | 11f2e90896af12c6718eb4b408347bb22b643672 /src/gen-notification-item.xml.c | |
parent | 6def775bc45fdcf7ce59ccd08dd89c751b5cf3d3 (diff) | |
parent | 18d89929cb035b798916e10a6aa253fd5bcf4e7d (diff) | |
download | libayatana-appindicator-a9814d5d7acde62dd8f5cf3424f795bb4c977dd1.tar.gz libayatana-appindicator-a9814d5d7acde62dd8f5cf3424f795bb4c977dd1.tar.bz2 libayatana-appindicator-a9814d5d7acde62dd8f5cf3424f795bb4c977dd1.zip |
New upstream release.
∘ Fix Vala bindings
∘ Add support for scroll events
Diffstat (limited to 'src/gen-notification-item.xml.c')
-rw-r--r-- | src/gen-notification-item.xml.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gen-notification-item.xml.c b/src/gen-notification-item.xml.c index 5243f9e..b80567e 100644 --- a/src/gen-notification-item.xml.c +++ b/src/gen-notification-item.xml.c @@ -18,7 +18,10 @@ const char * _notification_item = " <property name=\"XAyatanaOrderingIndex\" type=\"u\" access=\"read\" />\n" "\n" "<!-- Methods -->\n" -" <!-- None currently -->\n" +" <method name=\"Scroll\">\n" +" <arg type=\"i\" name=\"delta\" direction=\"in\" />\n" +" <arg type=\"s\" name=\"orientation\" direction=\"in\" />\n" +" </method>\n" "\n" "<!-- Signals -->\n" " <signal name=\"NewIcon\">\n" @@ -35,7 +38,6 @@ const char * _notification_item = " <arg type=\"s\" name=\"label\" direction=\"out\" />\n" " <arg type=\"s\" name=\"guide\" direction=\"out\" />\n" " </signal>\n" -"\n" " </interface>\n" "</node>\n" ; |