diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 16:38:36 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 17:09:07 +0200 |
| commit | ccf6dc06bbee82c3d49f451545c5317337e0777e (patch) | |
| tree | a8fddc8c6e2b3b99bebab1d5bb2a64581eff4bfd /introspection/org.freedesktop.NetworkManager.Settings.xml | |
| parent | f109e55ef130ce84054d5ba3acf4b71cd8c7564a (diff) | |
| parent | 7ffed1e6136de75188f10ba8763bcb942f932f8e (diff) | |
Merge remote-tracking branch 'salsa/debian/master' into ubuntu/master
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Settings.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Settings.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Settings.xml b/introspection/org.freedesktop.NetworkManager.Settings.xml index 0587db5f..42e6f1ef 100644 --- a/introspection/org.freedesktop.NetworkManager.Settings.xml +++ b/introspection/org.freedesktop.NetworkManager.Settings.xml @@ -107,9 +107,8 @@ Loads or reloads the indicated connections from disk. You should call this after making changes directly to an on-disk connection file to make sure - that NetworkManager sees the changes. (If "monitor-connection-files" in - NetworkManager.conf is "true", then this will have no real effect, but is - harmless.) As with AddConnection(), this operation does not necessarily + that NetworkManager sees the changes. + As with AddConnection(), this operation does not necessarily start the network connection. --> <method name="LoadConnections"> @@ -123,10 +122,7 @@ @status: This always returns %TRUE. Tells NetworkManager to reload all connection files from disk, including - noticing any added or deleted connection files. By default, connections - are re-read automatically any time they change, so you only need to use - this command if you have set "monitor-connection-files=false" in - NetworkManager.conf. + noticing any added or deleted connection files. --> <method name="ReloadConnections"> <arg name="status" type="b" direction="out"/> |