diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2011-08-11 21:47:32 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2011-08-11 21:47:32 +0200 |
| commit | 8735cde0b73894719d9f0d2a38f6fdf4c52a5565 (patch) | |
| tree | 1d701bd35bf9ccdfeef1a3095ebd35d43fb78a2f /src/application-service.xml | |
| parent | 432dd0a35db90d52a6b618e94255df69c1555527 (diff) | |
| parent | 09cbd15fd6bd72df523743f289292822f7d9c502 (diff) | |
| download | ayatana-indicator-application-8735cde0b73894719d9f0d2a38f6fdf4c52a5565.tar.gz ayatana-indicator-application-8735cde0b73894719d9f0d2a38f6fdf4c52a5565.tar.bz2 ayatana-indicator-application-8735cde0b73894719d9f0d2a38f6fdf4c52a5565.zip | |
* New upstream release.
* Support middle click actions and send as Ayatana Activates
* Fix signature for null sets
Diffstat (limited to 'src/application-service.xml')
| -rw-r--r-- | src/application-service.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index 1cffbc7..434cfd8 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -34,6 +34,11 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="i" name="delta" direction="in" /> <arg type="u" name="direction" direction="in" /> </method> + <method name="ApplicationSecondaryActivateEvent"> + <arg type="s" name="dbusaddress" direction="in" /> + <arg type="s" name="dbusobject" direction="in" /> + <arg type="u" name="time" direction="in" /> + </method> <!-- Signals --> <signal name="ApplicationAdded"> |
