diff options
| author | Michael Biebl <biebl@debian.org> | 2019-12-18 18:30:31 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-12-18 18:30:31 +0100 |
| commit | 4bde769dba8f804547ce1f5fcda731035d3d45f1 (patch) | |
| tree | 3a4907fdbf4972fad5a036ef64ce643d704e8733 /docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml | |
| parent | bbf6329c27676323a899b7328575cc3f6c5f48cc (diff) | |
| parent | 28028b26b3371756811e95d894f709f4b1207c00 (diff) | |
Update upstream source from tag 'upstream/1.22.0'
Update to upstream version '1.22.0' with Debian dir a81ba1028908d08fc4866734c3df4a042bf9a511
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml index 1c1991e8..3f39cb7c 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml @@ -193,7 +193,9 @@ LoadConnections (IN as filenames, OUT b status, OUT as failures); </programlisting> -<para> Loads or reloads the indicated connections from disk. You should call this +<para> Note that before 1.20, NetworkManager had a bug and this <parameter>status</parameter> 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 <parameter>failures</parameter> to know whether any of the requested files failed. + <parameter>failures</parameter>: Paths of connection files that could not be loaded. +</para><para> 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 @@ -211,7 +213,7 @@ LoadConnections (IN as filenames, </varlistentry> <varlistentry> <term><literal>OUT as <parameter>failures</parameter></literal>:</term> - <listitem><para>Paths of connection files that could not be loaded.</para></listitem> + <listitem><para></para></listitem> </varlistentry> </variablelist> </refsect2> @@ -230,7 +232,7 @@ ReloadConnections (OUT b status); <variablelist role="params"> <varlistentry> <term><literal>OUT b <parameter>status</parameter></literal>:</term> - <listitem><para>Success or failure.</para></listitem> + <listitem><para>This always returns <constant>TRUE</constant>.</para></listitem> </varlistentry> </variablelist> </refsect2> |