aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-01 09:19:33 -0600
committerTed Gould <ted@gould.cx>2009-12-01 09:19:33 -0600
commit113fc34a5865253cd1508cce2973eb7aefddc2ab (patch)
tree5617ea7082f91be64719002a5cb2aa5b8e76a3ca /src/custom-service.xml
parent71797b37811381cfb48e711348a1259f02bdd125 (diff)
parent1933cc6afeee8293363b5204f0bc9b94643f22dd (diff)
downloadlibayatana-appindicator-113fc34a5865253cd1508cce2973eb7aefddc2ab.tar.gz
libayatana-appindicator-113fc34a5865253cd1508cce2973eb7aefddc2ab.tar.bz2
libayatana-appindicator-113fc34a5865253cd1508cce2973eb7aefddc2ab.zip
Updating to service-me-please branch.
Diffstat (limited to 'src/custom-service.xml')
-rw-r--r--src/custom-service.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/custom-service.xml b/src/custom-service.xml
new file mode 100644
index 0000000..3d943a2
--- /dev/null
+++ b/src/custom-service.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <interface name="org.ayatana.indicator.custom.service">
+<!-- Properties -->
+ <!-- None currently -->
+
+<!-- Methods -->
+ <method name="GetApplications">
+ <arg type="a(siso)" name="applications" direction="out" />
+ </method>
+
+<!-- Signals -->
+ <signal name="ApplicationAdded">
+ <arg type="s" name="iconname" direction="out" />
+ <arg type="i" name="position" direction="out" />
+ <arg type="s" name="dbusaddress" direction="out" />
+ <arg type="o" name="dbusobject" direction="out" />
+ </signal>
+ <signal name="ApplicationRemoved">
+ <arg type="i" name="position" direction="out" />
+ </signal>
+
+ </interface>
+</node>