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
9 lines
345 B
XML
9 lines
345 B
XML
<interface name="org.deepin.dde.daemon.Dock1.Entry">
|
|
<method name="Activate">
|
|
<arg type="u" direction="in"></arg>
|
|
</method>
|
|
<property name="Id" type="s" access="read"></property>
|
|
<property name="IsActive" type="b" access="read"></property>
|
|
<property name="Name" type="s" access="read"></property>
|
|
</interface>
|