diff options
| author | Ted Gould <ted@gould.cx> | 2011-08-11 11:55:25 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-08-11 11:55:25 -0500 |
| commit | e66b6987a696c5e6b2409ac5a182ea7477fd9c0b (patch) | |
| tree | 0382564ad404a0b686d3157b8d9714b16dfa44b7 /src/application-service.xml | |
| parent | 6773f899b6e40643e026ff49c5f7ec4fc4b93fe2 (diff) | |
| parent | e7d1dd3c138ddfab3a23d384a4c4c5f89cb408db (diff) | |
| download | ayatana-indicator-application-e66b6987a696c5e6b2409ac5a182ea7477fd9c0b.tar.gz ayatana-indicator-application-e66b6987a696c5e6b2409ac5a182ea7477fd9c0b.tar.bz2 ayatana-indicator-application-e66b6987a696c5e6b2409ac5a182ea7477fd9c0b.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"> |
