summaryrefslogtreecommitdiff
path: root/sowatchd/daemon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sowatchd/daemon.xml')
-rw-r--r--sowatchd/daemon.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sowatchd/daemon.xml b/sowatchd/daemon.xml
new file mode 100644
index 0000000..0a08913
--- /dev/null
+++ b/sowatchd/daemon.xml
@@ -0,0 +1,10 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+ <interface name="com.javispedro.sowatch.Daemon">
+ <method name="GetWatchStatus">
+ <arg name="watch" type="s" direction="in" />
+ <arg name="status" type="s" direction="out" />
+ </method>
+ <method name="Terminate" />
+ </interface>
+</node>