diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-06 14:46:09 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-06 15:17:48 +0000 |
commit | 9d1b39fa6a02985a613604826997f0d7b969a40d (patch) | |
tree | 7ea1aae3aeb0f3084b082f4cc1ca85b31fc9ff16 /libindicator/indicator-service.xml | |
parent | b1f280aa8eb47f039398d604fe8fd126aae86fa4 (diff) | |
download | libayatana-indicator-9d1b39fa6a02985a613604826997f0d7b969a40d.tar.gz libayatana-indicator-9d1b39fa6a02985a613604826997f0d7b969a40d.tar.bz2 libayatana-indicator-9d1b39fa6a02985a613604826997f0d7b969a40d.zip |
Fork libayatana-indicator from Ubuntu's libindicator shared library.
Diffstat (limited to 'libindicator/indicator-service.xml')
-rw-r--r-- | libindicator/indicator-service.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libindicator/indicator-service.xml b/libindicator/indicator-service.xml deleted file mode 100644 index 71ef4df..0000000 --- a/libindicator/indicator-service.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?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="u" name="version" direction="out" /> - <arg type="u" name="service_version" direction="out" /> - </method> - <method name="UnWatch"> - <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> - </method> - <method name="Shutdown" /> - -<!-- Signals --> - <!-- None currently --> - - </interface> -</node> |