diff options
| author | Michael Biebl <biebl@debian.org> | 2015-01-22 00:29:53 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-01-22 00:29:53 +0100 |
| commit | 4d939c60d4ac257a2977871baf3b8b3671b5a4f7 (patch) | |
| tree | 318c08dea542d7865422af76e2d36a9559340cd3 /introspection/nm-device.xml | |
| parent | bb9eef75b2aaaab741e2b99911c8be3db6d1bc0b (diff) | |
| parent | 2c032d8f1c6292c1338a615e6ec40252889ba85c (diff) | |
Merge tag 'upstream/1.0.0' into experimental
Upstream version 1.0.0
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> |