add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / introspection / nm-ip4-config.xml
blob0debf26ef3736ef75e9a8c92c728e27832a296cd
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>
8     </property>
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>
12     </property>
13     <property name="Domains" type="as" access="read">
14       <tp:docstring>A list of domains this address belongs to.</tp:docstring>
15     </property>
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"/>
19     </property>
20   </interface>
21 </node>