dde-dock/plugins/airplane-mode/dbusinterface/xml/org.deepin.dde.AirplaneMode1.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

17 lines
612 B
XML

<interface name="org.deepin.dde.AirplaneMode1">
<method name="DumpState" />
<method name="Enable">
<arg name="enabled" type="b" direction="in"></arg>
</method>
<method name="EnableBluetooth">
<arg name="enabled" type="b" direction="in"></arg>
</method>
<method name="EnableWifi">
<arg name="enabled" type="b" direction="in"></arg>
</method>
<property name="BluetoothEnabled" type="b" access="read"></property>
<property name="Enabled" type="b" access="read"></property>
<property name="WifiEnabled" type="b" access="read"></property>
</interface>