mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-01 07:05:48 +00:00
17 lines
615 B
XML
17 lines
615 B
XML
![]() |
<interface name="org.deepin.daemon.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>
|