<!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="org.qubesos.QubesManager"> <method name="notify_error"> <arg name="vmname" type="s" direction="in"/> <arg name="message" type="s" direction="in"/> <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> </method> <method name="clear_error_exact"> <arg name="vmname" type="s" direction="in"/> <arg name="message" type="s" direction="in"/> <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> </method> <method name="clear_error"> <arg name="vmname" type="s" direction="in"/> <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> </method> <method name="show_manager"> <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> </method> </interface> </node>