blob: 2d21592abea5393e842dca37335e7e03c92339cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!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" />
<signal name="WatchStatusChanged">
<arg name="watch" type="s" />
<arg name="status" type="s" />
</signal>
</interface>
</node>
|