diff options
author | Ted Gould <ted@canonical.com> | 2009-11-04 11:24:25 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-04 11:24:25 -0600 |
commit | 2b754cb1b6e7a69fd90f0d562e32e02204575561 (patch) | |
tree | fe779a4cf56532e520e6a88b1520321648465584 /libindicator/indicator-service.xml | |
parent | 534aab3aa87e4ffcca3e14f5c19498843c0adbca (diff) | |
parent | c547687a407d935654aa71f7afa1e4392e50d5c5 (diff) | |
download | libayatana-indicator-2b754cb1b6e7a69fd90f0d562e32e02204575561.tar.gz libayatana-indicator-2b754cb1b6e7a69fd90f0d562e32e02204575561.tar.bz2 libayatana-indicator-2b754cb1b6e7a69fd90f0d562e32e02204575561.zip |
Updating to current trunk.
Diffstat (limited to 'libindicator/indicator-service.xml')
-rw-r--r-- | libindicator/indicator-service.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libindicator/indicator-service.xml b/libindicator/indicator-service.xml new file mode 100644 index 0000000..d876ea8 --- /dev/null +++ b/libindicator/indicator-service.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<node name="/"> + <interface name="org.ayatana.indicator.service"> +<!-- Properties --> + <!-- None currently --> + +<!-- Methods --> + <method name="Watch"> + <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> + <arg type="i" name="version" direction="out" /> + </method> + +<!-- Signals --> + <!-- None currently --> + + </interface> +</node> |