mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 13:28:02 +02:00
32 lines
873 B
XML
32 lines
873 B
XML
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
|
|
||
|
|
<node name="/">
|
||
|
|
<interface name="org.freedesktop.NetworkManager">
|
||
|
|
<method name="GetDevices">
|
||
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_get_devices"/>
|
||
|
|
<arg name="devices" type="ao" direction="out"/>
|
||
|
|
</method>
|
||
|
|
|
||
|
|
<method name="Sleep">
|
||
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_sleep"/>
|
||
|
|
<arg name="sleep" type="b" direction="in"/>
|
||
|
|
</method>
|
||
|
|
|
||
|
|
<property name="WirelessEnabled" type="b" access="readwrite"/>
|
||
|
|
<property name="State" type="u" access="read"/>
|
||
|
|
|
||
|
|
<signal name="StateChange">
|
||
|
|
<arg name="state" type="u"/>
|
||
|
|
</signal>
|
||
|
|
|
||
|
|
<signal name="DeviceAdded">
|
||
|
|
<arg name="state" type="o"/>
|
||
|
|
</signal>
|
||
|
|
|
||
|
|
<signal name="DeviceRemoved">
|
||
|
|
<arg name="state" type="o"/>
|
||
|
|
</signal>
|
||
|
|
|
||
|
|
</interface>
|
||
|
|
</node>
|