add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / introspection / nm-dhcp4-config.xml
blob817bd3a2f1561f33b9760fd0e310cf1042ad08a8
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.DHCP4Config">
5         <tp:docstring>
6             Options and configuration returned by the IPv4 DHCP server.
7         </tp:docstring>
8         <property name="Options" type="a{sv}" access="read">
9             <annotation name="com.trolltech.QtDBus.QtTypeName" value="QVariantMap"/>
10             <tp:docstring>Configuration options returned by a DHCP server, if any.</tp:docstring>
11         </property>
13         <signal name="PropertiesChanged">
14             <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
15             <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
16                 <tp:docstring>
17                     A dictionary mapping property names to variant boxed values
18                 </tp:docstring>
19             </arg>
20         </signal>
21     </interface>
22 </node>