15 lines
1016 B
XML
15 lines
1016 B
XML
<!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="io.qvac.Jarvis.Session">
|
|
<method name="Arm"/><method name="Sleep"/><method name="Shutdown"/>
|
|
<method name="Say"><arg name="text" type="s" direction="in"/></method>
|
|
<method name="Ask"><arg name="text" type="s" direction="in"/></method>
|
|
<method name="Cancel"/><method name="SetMode"><arg name="mode" type="s" direction="in"/></method>
|
|
<method name="GetState"><arg type="s" direction="out"/></method>
|
|
<method name="ComputerGrant"><arg name="persist" type="b" direction="in"/></method>
|
|
<method name="ComputerRevoke"/><method name="ComputerStatus"><arg type="s" direction="out"/></method>
|
|
<signal name="StateChanged"><arg type="s"/></signal><signal name="Reply"><arg type="s"/></signal>
|
|
<signal name="Token"><arg type="s"/></signal><signal name="Error"><arg type="s"/><arg type="s"/></signal>
|
|
</interface>
|
|
</node>
|