13 lines
484 B
XML
13 lines
484 B
XML
<!DOCTYPE
|
|
interface PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<interface name="dev.ezri.voidshell.workspaces.Context.xml">
|
|
<signal name="Activated" />
|
|
<signal name="Deactivated" />
|
|
<method name="GetCompatabilityScore">
|
|
<arg direction="out" type="i" name="score" />
|
|
</method>
|
|
<property name="Active" type="b" access="read" />
|
|
<property name="Groups" type="ao" access="read" />
|
|
</interface>
|