summaryrefslogtreecommitdiff
path: root/sowatchd/daemon.xml
blob: 0a089139f1b5c615c4ff7fe615e352fabcaf1507 (plain)
1
2
3
4
5
6
7
8
9
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>