dbus: use the annotations for documentation
[NetworkManager.git] / introspection / nm-device-macvlan.xml
index c4dcb4e..d5d6606 100644 (file)
@@ -4,34 +4,34 @@
   <interface name="org.freedesktop.NetworkManager.Device.Macvlan">
 
     <property name="Parent" type="o" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         The object path of the parent device.
-      </tp:docstring>
+      " />
     </property>
 
     <property name="Mode" type="s" access="read">
-      <tp:docstring>
-        The macvlan mode, one of "private", "vepa", "bridge", or "passthru".
-      </tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
+        The macvlan mode, one of &quot;private&quot;, &quot;vepa&quot;, &quot;bridge&quot;, or &quot;passthru&quot;.
+      " />
     </property>
 
     <property name="NoPromisc" type="b" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Whether the device is blocked from going into promiscuous mode.
-      </tp:docstring>
+      " />
     </property>
 
     <property name="Tap" type="b" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Whether the device is a macvtap.
-      </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>