aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-22 15:35:19 -0500
committerTed Gould <ted@gould.cx>2011-07-22 15:35:19 -0500
commitbc8e1d93815ddf654d60c0763c2d6efa2b724667 (patch)
tree8069f962cfd0472974c9e372f9a3eb4f38aabeef /src/application-service.xml
parent6e7a1fea89846e408e643d504af293cc7d582202 (diff)
parent11bf1f5dae0445b9f1ea7b014e0e59fc493f4b1b (diff)
downloadayatana-indicator-application-bc8e1d93815ddf654d60c0763c2d6efa2b724667.tar.gz
ayatana-indicator-application-bc8e1d93815ddf654d60c0763c2d6efa2b724667.tar.bz2
ayatana-indicator-application-bc8e1d93815ddf654d60c0763c2d6efa2b724667.zip
Enabling Secondary Activate support
Diffstat (limited to 'src/application-service.xml')
-rw-r--r--src/application-service.xml5
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">