mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-05-29 04:46:10 +00:00

V23接口改造适配 Log: V23接口改造适配 Influence: 无 Task: https://pms.uniontech.com/task-view-207483.html Change-Id: Ide530c023ea41f86fad2e8001ec67f1afaa897ab
22 lines
657 B
XML
22 lines
657 B
XML
<interface name="org.deepin.dde.Launcher1">
|
|
<property name="Visible" type="b" access="read"/>
|
|
<signal name="Closed"></signal>
|
|
<signal name="Shown"></signal>
|
|
<signal name="VisibleChanged">
|
|
<arg name="visible" type="b" direction="out"/>
|
|
</signal>
|
|
<method name="Exit"></method>
|
|
<method name="Hide"></method>
|
|
<method name="Show"></method>
|
|
<method name="ShowByMode">
|
|
<arg name="in0" type="x" direction="in"/>
|
|
</method>
|
|
<method name="UninstallApp">
|
|
<arg name="appKey" type="s" direction="in"/>
|
|
</method>
|
|
<method name="Toggle"></method>
|
|
<method name="IsVisible">
|
|
<arg type="b" direction="out"/>
|
|
</method>
|
|
</interface>
|