dde-dock/frame/dbusinterface/xml/org.deepin.dde.Launcher1.xml
范朋程 2d958dd670 chore: V23接口改造适配
V23接口改造适配

Log: V23接口改造适配
Influence: 无
Task: https://pms.uniontech.com/task-view-207483.html
Change-Id: Ide530c023ea41f86fad2e8001ec67f1afaa897ab
2022-12-06 14:40:35 +08:00

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>