2012-07-05 01:10:01 +02:00
|
|
|
<!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>
|
2012-07-24 23:46:03 +02:00
|
|
|
<method name="show_manager">
|
|
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
|
|
|
</method>
|
2012-07-05 01:10:01 +02:00
|
|
|
</interface>
|
|
|
|
</node>
|