dbus: use the annotations for documentation
[NetworkManager.git] / introspection / nm-device-ethernet.xml
index 86d68a3..87b7f75 100644 (file)
@@ -5,40 +5,40 @@
     <annotation name="org.gtk.GDBus.C.Name" value="DeviceEthernet"/>
 
     <property name="HwAddress" type="s" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Active hardware address of the device.
-      </tp:docstring>
+      " />
     </property>
 
     <property name="PermHwAddress" type="s" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Permanent hardware address of the device.
-      </tp:docstring>
+      " />
     </property>
 
     <property name="Speed" type="u" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Design speed of the device, in megabits/second (Mb/s).
-      </tp:docstring>
+      " />
     </property>
 
     <property name="S390Subchannels" type="as" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Array of S/390 subchannels for S/390 or z/Architecture devices.
-      </tp:docstring>
+      " />
     </property>
 
     <property name="Carrier" type="b" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).
-      </tp:docstring>
+      " />
     </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>