diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-13 16:10:30 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-13 16:31:40 +0100 |
| commit | 5a09f7759860f4f2a9bb01471ca8099cd705bc10 (patch) | |
| tree | 3a9cffc9622d53c9196771a1c7924bceb754f118 /docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html | |
| parent | 25691220fd27093630cf244e219b2f4f1f4e749e (diff) | |
| parent | ca847639aab94434daed120c874e1100c3d75dcf (diff) | |
Merge remote-tracking branch 'salsa/debian/master'
Diffstat (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html')
| -rw-r--r-- | docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html index a815251f..ee6be84d 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html @@ -252,6 +252,9 @@ LoadConnections (IN as filenames, OUT b status, OUT as failures); </pre> +<p> Note that before 1.20, NetworkManager had a bug and this <em class="parameter"><code>status</code></em> value was wrong. It is better to assume success if the method does not return with a D-Bus error. On top of that, you can look at <em class="parameter"><code>failures</code></em> to know whether any of the requested files failed. + <em class="parameter"><code>failures</code></em>: Paths of connection files that could not be loaded. +</p> <p> 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 @@ -275,7 +278,7 @@ LoadConnections (IN as filenames, </tr> <tr> <td><p><span class="term"><code class="literal">OUT as <em class="parameter"><code>failures</code></em></code>:</span></p></td> -<td><p>Paths of connection files that could not be loaded.</p></td> +<td><p></p></td> </tr> </tbody> </table></div> @@ -299,7 +302,7 @@ ReloadConnections (OUT b status); </colgroup> <tbody><tr> <td><p><span class="term"><code class="literal">OUT b <em class="parameter"><code>status</code></em></code>:</span></p></td> -<td><p>Success or failure.</p></td> +<td><p>This always returns <code class="constant">TRUE</code>.</p></td> </tr></tbody> </table></div> </div> |