diff options
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> |