17 lines
603 B
XML
17 lines
603 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="dev.ezri.voidshell.Output">
|
|
<property name="name" type="s" access="read" />
|
|
<property name="criteria" type="a{sv}" access="read" />
|
|
<property name="connected" type="b" access="read" />
|
|
<property name="matches" type="ao" access="read" />
|
|
<property name="active" type="o" access="read" />
|
|
<method name="changeMonitor">
|
|
<arg type="o" name="monitor" />
|
|
<arg type="b" direction="out" />
|
|
</method>
|
|
</interface>
|
|
</node>
|