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
17 lines
612 B
XML
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>
|