dde-dock/plugins/bluetooth/dbusinterface/xml/org.deepin.dde.AirplaneMode1.xml

17 lines
612 B
XML
Raw Normal View History

<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>