dbus: use the annotations for documentation
[NetworkManager.git] / introspection / nm-wimax-nsp.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.WiMax.Nsp">
5
6     <property name="Name" type="s" access="read">
7       <annotation name="org.gtk.GDBus.DocString" value="The name of the NSP." />
8     </property>
9     <property name="SignalQuality" type="u" access="read">
10       <annotation name="org.gtk.GDBus.DocString" value="The current signal quality of the NSP, in percent." />
11     </property>
12     <property name="NetworkType" type="u" access="read" tp:type="NM_WIMAX_NSP_NETWORK_TYPE">
13       <annotation name="org.gtk.GDBus.DocString" value="The network type of the NSP." />
14     </property>
15
16     <signal name="PropertiesChanged">
17         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
18             <annotation name="org.gtk.GDBus.DocString" value="
19                 A dictionary mapping property names to variant boxed values.
20             " />
21         </arg>
22     </signal>
23
24     <tp:flags name="NM_WIMAX_NSP_NETWORK_TYPE" value-prefix="NM_WIMAX_NSP_NETWORK_TYPE" type="u">
25       <annotation name="org.gtk.GDBus.DocString" value="
26         Network type of the NSP.
27       " />
28       <tp:flag suffix="UNKNOWN" value="0x0">
29         <annotation name="org.gtk.GDBus.DocString" value="Unknown network." />
30       </tp:flag>
31       <tp:flag suffix="HOME" value="0x1">
32         <annotation name="org.gtk.GDBus.DocString" value="Home network." />
33       </tp:flag>
34       <tp:flag suffix="PARTNER" value="0x2">
35         <annotation name="org.gtk.GDBus.DocString" value="Partner network." />
36       </tp:flag>
37       <tp:flag suffix="ROAMING_PARTNER" value="0x3">
38         <annotation name="org.gtk.GDBus.DocString" value="Roaming partner network." />
39       </tp:flag>
40
41     </tp:flags>
42
43   </interface>
44 </node>