diff options
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Device.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml index d770cfe6..3b0c2c46 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.xml @@ -176,7 +176,7 @@ the keyfile.unmanaged-devices setting in NetworkManager.conf. Changes to this value are not persistent and lost after NetworkManager restart. - DEPRECATED: 1.56.1: Use the SetManaged method instead, which supports + DEPRECATED: 1.58: Use the SetManaged method instead, which supports additional features like persisting the state to disk --> <property name="Managed" type="b" access="readwrite"/> @@ -398,7 +398,7 @@ SetManaged: @managed:(<link linkend="NMDeviceManaged">NMDeviceManaged</link>) Whether the device is managed. Possible values are "no" (0), "yes" (1) and "reset" (2). @flags: (<link linkend="NMDeviceManagedFlags">NMDeviceManagedFlags</link>) flags. - @since: 1.56.1 + @since: 1.58 Set the managed state of the device. With the flags argument different behaviors can be achieved, like storing the new managed state to disk. |