df75660a704998b5673d7006326ef386f8034e65
[NetworkManager.git] / introspection / nm-dhcp6-config.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4     <interface name="org.freedesktop.NetworkManager.DHCP6Config">
5         <annotation name="org.gtk.GDBus.C.Name" value="Dhcp6Config"/>
6         <tp:docstring>
7             Options and configuration returned by the IPv6 DHCP server.
8         </tp:docstring>
9         <property name="Options" type="a{sv}" access="read">
10             <tp:docstring>Configuration options returned by a DHCP server, if any.</tp:docstring>
11         </property>
12
13         <signal name="PropertiesChanged">
14             <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
15                 <tp:docstring>
16                     A dictionary mapping property names to variant boxed values
17                 </tp:docstring>
18             </arg>
19         </signal>
20     </interface>
21 </node>