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 /introspection/nmdbus-manager-org.freedesktop.NetworkManager.xml | |
| parent | 7514efc2f38c9ace4557d4e69d68e7d380389030 (diff) | |
New upstream version 1.4.2 upstream/1.4.2
Diffstat (limited to 'introspection/nmdbus-manager-org.freedesktop.NetworkManager.xml')
| -rw-r--r-- | introspection/nmdbus-manager-org.freedesktop.NetworkManager.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/introspection/nmdbus-manager-org.freedesktop.NetworkManager.xml b/introspection/nmdbus-manager-org.freedesktop.NetworkManager.xml index aa6a7278..c7ded931 100644 --- a/introspection/nmdbus-manager-org.freedesktop.NetworkManager.xml +++ b/introspection/nmdbus-manager-org.freedesktop.NetworkManager.xml @@ -100,11 +100,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. </para> <variablelist role="params"> <varlistentry> @@ -478,7 +479,7 @@ StateChanged (u state); <programlisting> PropertiesChanged (a{sv} properties); </programlisting> -<para> NetworkManager's properties changed. +<para> DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. </para> <variablelist role="params"> <varlistentry> |