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.workspaces.Workspace">
|
|
<property name="active" type="b" access="read" />
|
|
<property name="focused" type="b" access="read" />
|
|
<property name="visible" type="b" access="read" />
|
|
<property name="urgent" type="b" access="read" />
|
|
<property name="name" type="s" access="read" />
|
|
<method name="focus" />
|
|
<method name="relocate">
|
|
<arg name="to" type="o" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|