mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-05-30 22:01:41 +00:00

V23接口改造适配 Log: V23接口改造适配 Influence: 无 Task: https://pms.uniontech.com/task-view-207483.html Change-Id: Ide530c023ea41f86fad2e8001ec67f1afaa897ab
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<interface name="org.deepin.dde.daemon.Dock1">
|
|
<method name="ActivateWindow">
|
|
<arg type="u" direction="in"></arg>
|
|
</method>
|
|
<method name="CloseWindow">
|
|
<arg type="u" direction="in"></arg>
|
|
</method>
|
|
<method name="GetEntryIDs">
|
|
<arg type="as" direction="out"></arg>
|
|
</method>
|
|
<method name="ReorderEntries">
|
|
<arg type="as" direction="in"></arg>
|
|
</method>
|
|
<method name="SetFrontendWindow">
|
|
<arg type="u" direction="in"></arg>
|
|
</method>
|
|
<signal name="ServiceRestarted"></signal>
|
|
<signal name="EntryAdded">
|
|
<arg type="o"></arg>
|
|
</signal>
|
|
<signal name="EntryRemoved">
|
|
<arg type="s"></arg>
|
|
</signal>
|
|
<property name="Entries" type="ao" access="read"></property>
|
|
<property name="HideMode" type="i" access="readwrite"></property>
|
|
<property name="DisplayMode" type="i" access="readwrite"></property>
|
|
<property name="Position" type="i" access="readwrite"></property>
|
|
<property name="ActiveWindow" type="u" access="read"></property>
|
|
<property name="HideState" type="i" access="read"></property>
|
|
</interface>
|
|
|