From 1490c36bb96cc836f0fd882c7410bd9a0153662c Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 2 Nov 2015 15:32:38 +0100 Subject: device: add O.FD.NM.Device.Reapply() call The introspection data and daemon stub. There's no settings that can be reapplied at the moment. --- introspection/nm-device.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'introspection') diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml index cf04ac82f8..2930cf067e 100644 --- a/introspection/nm-device.xml +++ b/introspection/nm-device.xml @@ -169,6 +169,27 @@ + + + + The effective connection settings and properties to use. If empty, the connection + settings from the connection that is active on the device will be used. + + + + + Flags which would modify the behavior of the Reapply call. + There are no flags defined currently and the users should use the value of 0. + + + + Attempts to update the configuration of a device without deactivating it. + You can either modify the configuration by passing the desired setup via "connection" + argument or just omit the argument to bring it in sync with the connection that + has been activated but could have been modified since. + + + Disconnects a device and prevents the device from automatically activating further connections without user intervention. -- cgit v1.2.1