aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.xml
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2011-07-10 05:18:08 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2011-07-10 05:18:08 +0200
commit1a569c2f0cda67071400682be92b01b4c2641ec5 (patch)
tree51489e2673706d8e47abedbbbb71a3e47c76fc11 /src/application-service.xml
parent81714fdde37c70d298f65dba56ebb3c069e6d139 (diff)
downloadayatana-indicator-application-1a569c2f0cda67071400682be92b01b4c2641ec5.tar.gz
ayatana-indicator-application-1a569c2f0cda67071400682be92b01b4c2641ec5.tar.bz2
ayatana-indicator-application-1a569c2f0cda67071400682be92b01b4c2641ec5.zip
Add support to the "SecondaryActivate" method
Added support for the missing StatusNotifierItem SecondaryActivate signal. The indicator-application receives the "secondary-activate" signal from libindicator and redirects it via dbus to the proper watcher using the "SecondaryActivate" method, sending the X and Y pointer position as parameters (as defined by the StatusNotifierItem specs).
Diffstat (limited to 'src/application-service.xml')
-rw-r--r--src/application-service.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/application-service.xml b/src/application-service.xml
index 1cffbc7..cd26d47 100644
--- a/src/application-service.xml
+++ b/src/application-service.xml
@@ -34,6 +34,13 @@ 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" />
+ <arg type="i" name="x" direction="in" />
+ <arg type="i" name="y" direction="in" />
+ </method>
<!-- Signals -->
<signal name="ApplicationAdded">