12 lines
431 B
XML
12 lines
431 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.workspaces.Context">
|
|
<property name="focusedGroupPath" type="o" access="read" />
|
|
<property name="groupPaths" type="ao" access="read" />
|
|
<property name="active" type="b" access="read" />
|
|
<method name="activate" />
|
|
</interface>
|
|
</node>
|