diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2015-11-02 15:32:38 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2016-01-10 23:13:34 +0100 |
commit | 1490c36bb96cc836f0fd882c7410bd9a0153662c (patch) | |
tree | 734ee281fb8dd798c84b7d21f7b4d278136d3e35 /introspection | |
parent | 21fa044df00a2c4ab37f151ad8ce2d407c606e80 (diff) | |
download | NetworkManager-1490c36bb96cc836f0fd882c7410bd9a0153662c.tar.gz |
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.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/nm-device.xml | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ </tp:docstring> </property> + <method name="Reapply"> + <arg name="connection" type="a{sa{sv}}" direction="in"> + <tp:docstring> + 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. + </tp:docstring> + </arg> + <arg name="flags" type="u" direction="in"> + <tp:docstring> + 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. + </tp:docstring> + </arg> + <tp:docstring> + 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. + </tp:docstring> + </method> + <method name="Disconnect"> <tp:docstring> Disconnects a device and prevents the device from automatically activating further connections without user intervention. |