diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2015-07-03 11:06:39 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2015-10-01 09:05:08 +0200 |
commit | c83ac1ed412e8f220c507b9b9177c3bcf6800658 (patch) | |
tree | e7aeaa3fbd70878f8fd1a1cf49449992f8eb3bcd /introspection | |
parent | dd6fbe7bfa78770c965538f045c3814a146ccdf6 (diff) |
manager: export DNS global configuration D-Bus property
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/nm-manager.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/introspection/nm-manager.xml b/introspection/nm-manager.xml index 8548072ce..88f477d62 100644 --- a/introspection/nm-manager.xml +++ b/introspection/nm-manager.xml @@ -368,6 +368,20 @@ </tp:docstring> </property> + <property name="GlobalDnsConfiguration" type="a{sv}" access="readwrite"> + <tp:docstring> + Dictionary of global DNS settings where the key is one of + "searches", "options" and "domains". The values for the + "searches" and "options" keys are string arrays describing the + list of search domains and resolver options, respectively. + The value of the "domains" key is a second-level dictionary, + where each key is a domain name, and each key's value is a + third-level dictionary with the keys "servers" and + "options". "servers" is a string array of DNS servers, + "options" is a string array of domain-specific options. + </tp:docstring> + </property> + <signal name="PropertiesChanged"> <tp:docstring> NetworkManager's properties changed. |