dbus: use the annotations for documentation
[NetworkManager.git] / introspection / nm-device-infiniband.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.Infiniband">
5
6     <property name="HwAddress" type="s" access="read">
7       <annotation name="org.gtk.GDBus.DocString" value="
8         Hardware address of the device.
9       " />
10     </property>
11
12     <property name="Carrier" type="b" access="read">
13       <annotation name="org.gtk.GDBus.DocString" value="
14         Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).
15       " />
16     </property>
17
18     <signal name="PropertiesChanged">
19         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
20             <annotation name="org.gtk.GDBus.DocString" value="
21                 A dictionary mapping property names to variant boxed values
22             " />
23         </arg>
24     </signal>
25
26   </interface>
27 </node>