Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.DnsManager.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/org/freedesktop/NetworkManager/DnsManager">
0003
0004 <!--
0005 org.freedesktop.NetworkManager.DnsManager:
0006
0007 The interface contains DNS-related information.
0008 -->
0009 <interface name="org.freedesktop.NetworkManager.DnsManager">
0010
0011 <!--
0012 Mode:
0013
0014 The current DNS processing mode.
0015 -->
0016 <property name="Mode" type="s" access="read"/>
0017
0018 <!--
0019 RcManager:
0020
0021 The current resolv.conf management mode.
0022 -->
0023 <property name="RcManager" type="s" access="read"/>
0024
0025 <!--
0026 Configuration:
0027
0028 The current DNS configuration represented as an array of
0029 dictionaries. Each dictionary has the "nameservers",
0030 "priority" keys and, optionally, "interface" and "vpn".
0031 "nameservers" is the list of DNS servers, "priority" their
0032 relative priority, "interface" the interface on which these
0033 servers are contacted, "vpn" a boolean telling whether the
0034 configuration was obtained from a VPN connection.
0035 -->
0036 <property name="Configuration" type="aa{sv}" access="read">
0037 <annotation name="org.qtproject.QtDBus.QtTypeName" value="NMVariantMapList"/>
0038 </property>
0039 </interface>
0040 </node>