mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-01 07:05:48 +00:00
17 lines
610 B
XML
17 lines
610 B
XML
![]() |
<interface name="dde.dock.ClientManager">
|
||
|
<method name="ActivateWindow">
|
||
|
<arg type="u" direction="in"></arg>
|
||
|
<arg type="b" direction="out"></arg>
|
||
|
</method>
|
||
|
<method name="CloseWindow">
|
||
|
<arg type="u" direction="in"></arg>
|
||
|
<arg type="b" direction="out"></arg>
|
||
|
</method>
|
||
|
<method name="CurrentActiveWindow">
|
||
|
<arg type="u" direction="out"></arg>
|
||
|
</method>
|
||
|
<signal name="ActiveWindowChanged">
|
||
|
<arg type="u"></arg>
|
||
|
</signal>
|
||
|
</interface>
|