<!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>