1 <?xml version="1.0" encoding="UTF-8" ?>
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4 <interface name="org.freedesktop.NetworkManager.IP4Config">
5 <property name="Addresses" type="aau" access="read">
6 <annotation name="com.trolltech.QtDBus.QtTypeName" value="UIntListList"/>
7 <tp:docstring>Tuples of IPv4 address/prefix/gateway.</tp:docstring>
9 <property name="Nameservers" type="au" access="read">
10 <annotation name="com.trolltech.QtDBus.QtTypeName" value="UIntList"/>
11 <tp:docstring>The nameservers in use.</tp:docstring>
13 <property name="Domains" type="as" access="read">
14 <tp:docstring>A list of domains this address belongs to.</tp:docstring>
16 <property name="Routes" type="aau" access="read">
17 <tp:docstring>Tuples of IPv4 route/prefix/next-hop/metric.</tp:docstring>
18 <annotation name="com.trolltech.QtDBus.QtTypeName" value="UIntListList"/>