Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.IP6Config.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/">
0003   <interface name="org.freedesktop.NetworkManager.IP6Config">
0004 
0005     <!--
0006         Addresses:
0007 
0008         Array of tuples of IPv6 address/prefix/gateway. Deprecated: use
0009         AddressData and Gateway.
0010     -->
0011     <property name="Addresses" type="a(ayuay)" access="read">
0012         <annotation name="org.qtproject.QtDBus.QtTypeName" value="IpV6DBusAddressList"/>
0013     </property>
0014     <!--
0015         AddressData:
0016 
0017         Array of IP address data objects. All addresses will include "address" (an
0018         IP address string), and "prefix" (a uint). Some addresses may include
0019         additional attributes.
0020     -->
0021     <property name="AddressData" type="aa{sv}" access="read">
0022         <annotation name="org.qtproject.QtDBus.QtTypeName" value="NMVariantMapList"/>
0023     </property>
0024     <!--
0025         Gateway:
0026 
0027         The gateway in use.
0028     -->
0029     <property name="Gateway" type="s" access="read"/>
0030 
0031     <!--
0032         Routes:
0033 
0034         Tuples of IPv6 route/prefix/next-hop/metric. Deprecated: use RouteData
0035     -->
0036     <property name="Routes" type="a(ayuayu)" access="read">
0037         <annotation name="org.qtproject.QtDBus.QtTypeName" value="IpV6DBusRouteList"/>
0038     </property>
0039     <!--
0040         RouteData:
0041 
0042         Array of IP route data objects. All routes will include "dest" (an IP
0043         address string) and "prefix" (a uint). Some routes may include "next-hop"
0044         (an IP address string), "metric" (a uint), and additional attributes.
0045     -->
0046     <property name="RouteData" type="aa{sv}" access="read">
0047         <annotation name="org.qtproject.QtDBus.QtTypeName" value="NMVariantMapList"/>
0048     </property>
0049     <!--
0050         Nameservers:
0051 
0052         The nameservers in use.
0053     -->
0054     <property name="Nameservers" type="aay" access="read">
0055       <!-- gdbus-codegen assumes that "aay" means "array of non-UTF-8
0056            string&quot; and so would make this a char **.
0057       -->
0058       <annotation name="org.qtproject.QtDBus.QtTypeName" value="IpV6DBusNameservers"/>
0059       <annotation name="org.gtk.GDBus.C.ForceGVariant" value="1"/>
0060       </property>
0061 
0062     <!--
0063         Domains:
0064 
0065         A list of domains this address belongs to.
0066     -->
0067     <property name="Domains" type="as" access="read"/>
0068 
0069     <!--
0070         Searches:
0071 
0072         A list of dns searches.
0073     -->
0074     <property name="Searches" type="as" access="read"/>
0075 
0076     <!--
0077         DnsOptions:
0078 
0079         A list of DNS options that modify the behavior of the DNS resolver. See
0080         resolv.conf(5) manual page for the list of supported options.
0081     -->
0082     <property name="DnsOptions" type="as" access="read"/>
0083 
0084     <!--
0085         DnsPriority:
0086 
0087         The relative priority of DNS servers.
0088     -->
0089     <property name="DnsPriority" type="i" access="read"/>
0090 
0091     <!--
0092         PropertiesChanged:
0093         @properties: A dictionary mapping property names to variant boxed values
0094 
0095         DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0096     -->
0097     <signal name="PropertiesChanged">
0098       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0099       <arg name="properties" type="a{sv}" direction="In"/>
0100     </signal>
0101   </interface>
0102 </node>