dde-dock/frame/dbusinterface/xml/org.deepin.dde.WMSwitcher1.xml

13 lines
378 B
XML
Raw Normal View History

<interface name="org.deepin.dde.WMSwitcher1">
<method name="AllowSwitch">
<arg direction="out" type="b" name="outArg0"/>
</method>
<method name="CurrentWM">
<arg direction="out" type="s" name="outArg0"/>
</method>
<method name="RequestSwitchWM"/>
<signal name="WMChanged">
<arg type="s" name="wmName"/>
</signal>
</interface>