dbus: use the annotations for documentation
[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         <annotation name="org.gtk.GDBus.DocString" value="
7             Options and configuration returned by the IPv6 DHCP server.
8         " />
9         <property name="Options" type="a{sv}" access="read">
10             <annotation name="org.gtk.GDBus.DocString" value="Configuration options returned by a DHCP server, if any." />
11         </property>
12
13         <signal name="PropertiesChanged">
14             <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
15                 <annotation name="org.gtk.GDBus.DocString" value="
16                     A dictionary mapping property names to variant boxed values
17                 " />
18             </arg>
19         </signal>
20     </interface>
21 </node>