dbus: use the annotations for documentation
[NetworkManager.git] / introspection / nm-device-macvlan.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.Device.Macvlan">
5
6     <property name="Parent" type="o" access="read">
7       <annotation name="org.gtk.GDBus.DocString" value="
8         The object path of the parent device.
9       " />
10     </property>
11
12     <property name="Mode" type="s" access="read">
13       <annotation name="org.gtk.GDBus.DocString" value="
14         The macvlan mode, one of &quot;private&quot;, &quot;vepa&quot;, &quot;bridge&quot;, or &quot;passthru&quot;.
15       " />
16     </property>
17
18     <property name="NoPromisc" type="b" access="read">
19       <annotation name="org.gtk.GDBus.DocString" value="
20         Whether the device is blocked from going into promiscuous mode.
21       " />
22     </property>
23
24     <property name="Tap" type="b" access="read">
25       <annotation name="org.gtk.GDBus.DocString" value="
26         Whether the device is a macvtap.
27       " />
28     </property>
29
30     <signal name="PropertiesChanged">
31         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
32             <annotation name="org.gtk.GDBus.DocString" value="
33                 A dictionary mapping property names to variant boxed values
34             " />
35         </arg>
36     </signal>
37
38   </interface>
39 </node>