dbus: use the annotations for documentation
[NetworkManager.git] / introspection / nm-device-adsl.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.Adsl">
5
6     <signal name="PropertiesChanged">
7         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
8             <annotation name="org.gtk.GDBus.DocString" value="
9                 A dictionary mapping property names to variant boxed values
10             " />
11         </arg>
12     </signal>
13
14     <property name="Carrier" type="b" access="read">
15       <annotation name="org.gtk.GDBus.DocString" value="
16         Indicates whether the physical carrier is found.
17       " />
18     </property>
19
20   </interface>
21 </node>