diff options
Diffstat (limited to 'introspection/nm-device.xml')
| -rw-r--r-- | introspection/nm-device.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml index f459bce4..0c2a330c 100644 --- a/introspection/nm-device.xml +++ b/introspection/nm-device.xml @@ -106,7 +106,8 @@ If TRUE, indicates the device is allowed to autoconnect. If FALSE, manual intervention is required before the device will automatically connect to a known network, such as activating a connection using the - device, or setting this property to TRUE. + device, or setting this property to TRUE. This property cannot be + set to TRUE for default-unmanaged devices, since they never autoconnect. </tp:docstring> </property> <property name="FirmwareMissing" type="b" access="read"> @@ -147,6 +148,15 @@ </tp:docstring> </method> + <method name="Delete"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_device_delete"/> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> + <tp:docstring> + Deletes a software device from NetworkManager and removes the interface from the system. + The method returns an error when called for a hardware device. + </tp:docstring> + </method> + <signal name="StateChanged"> <arg name="new_state" type="u" tp:type="NM_DEVICE_STATE"> <tp:docstring> |