diff options
| author | Michael Biebl <biebl@debian.org> | 2016-10-01 00:33:49 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-10-01 00:33:49 +0200 |
| commit | 270c4830551c9810ad4e83f9a1db2b1cb946208c (patch) | |
| tree | 5df09188f7e43b70896efb7b6e942e0b130d75d3 /docs/api/html/gdbus-org.freedesktop.NetworkManager.html | |
| parent | 7514efc2f38c9ace4557d4e69d68e7d380389030 (diff) | |
New upstream version 1.4.2 upstream/1.4.2
Diffstat (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.html')
| -rw-r--r-- | docs/api/html/gdbus-org.freedesktop.NetworkManager.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html index 018d4ae1..af7e7eba 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html @@ -128,11 +128,12 @@ Reload (IN u flags); (0x04) means to restart the DNS plugin. This is for example useful when using dnsmasq plugin, which uses additional configuration in /etc/NetworkManager/dnsmasq.d. If you edit those files, you can restart the DNS plugin. This action shortly interrupts - rename resolution. + name resolution. Note that flags may affect each other. For example, restarting the DNS plugin (0x04) implicitly updates DNS too (0x02). Or when reloading the configuration (0x01), changes to DNS setting also cause a DNS update (0x02). However, (0x01) does not involve restarting - the DNS plugin (0x02), unless an entirely different plugin is selected. + the DNS plugin (0x04) or update resolv.conf (0x02), unless the DNS related configuration + changes in NetworkManager.conf. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> @@ -592,7 +593,7 @@ StateChanged (u state); <pre class="programlisting"> PropertiesChanged (a{sv} properties); </pre> -<p> NetworkManager's properties changed. +<p> DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> |