dbus: use the annotations for documentation
[NetworkManager.git] / introspection / nm-dhcp6-config.xml
index df75660..84e13b7 100644 (file)
@@ -3,18 +3,18 @@
 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
     <interface name="org.freedesktop.NetworkManager.DHCP6Config">
         <annotation name="org.gtk.GDBus.C.Name" value="Dhcp6Config"/>
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
             Options and configuration returned by the IPv6 DHCP server.
-        </tp:docstring>
+        " />
         <property name="Options" type="a{sv}" access="read">
-            <tp:docstring>Configuration options returned by a DHCP server, if any.</tp:docstring>
+            <annotation name="org.gtk.GDBus.DocString" value="Configuration options returned by a DHCP server, if any." />
         </property>
 
         <signal name="PropertiesChanged">
             <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
-                <tp:docstring>
+                <annotation name="org.gtk.GDBus.DocString" value="
                     A dictionary mapping property names to variant boxed values
-                </tp:docstring>
+                " />
             </arg>
         </signal>
     </interface>