NetworkManager/introspection/nm-wimax-nsp.xml
Lubomir Rintel 618373a14f dbus: use the annotations for documentation
gdbus only understands those (and gtk docstrings, which we should eventually
use) when generating the documentation.
2016-03-26 11:28:19 +01:00

45 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.freedesktop.NetworkManager.WiMax.Nsp">
<property name="Name" type="s" access="read">
<annotation name="org.gtk.GDBus.DocString" value="The name of the NSP." />
</property>
<property name="SignalQuality" type="u" access="read">
<annotation name="org.gtk.GDBus.DocString" value="The current signal quality of the NSP, in percent." />
</property>
<property name="NetworkType" type="u" access="read" tp:type="NM_WIMAX_NSP_NETWORK_TYPE">
<annotation name="org.gtk.GDBus.DocString" value="The network type of the NSP." />
</property>
<signal name="PropertiesChanged">
<arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
<annotation name="org.gtk.GDBus.DocString" value="
A dictionary mapping property names to variant boxed values.
" />
</arg>
</signal>
<tp:flags name="NM_WIMAX_NSP_NETWORK_TYPE" value-prefix="NM_WIMAX_NSP_NETWORK_TYPE" type="u">
<annotation name="org.gtk.GDBus.DocString" value="
Network type of the NSP.
" />
<tp:flag suffix="UNKNOWN" value="0x0">
<annotation name="org.gtk.GDBus.DocString" value="Unknown network." />
</tp:flag>
<tp:flag suffix="HOME" value="0x1">
<annotation name="org.gtk.GDBus.DocString" value="Home network." />
</tp:flag>
<tp:flag suffix="PARTNER" value="0x2">
<annotation name="org.gtk.GDBus.DocString" value="Partner network." />
</tp:flag>
<tp:flag suffix="ROAMING_PARTNER" value="0x3">
<annotation name="org.gtk.GDBus.DocString" value="Roaming partner network." />
</tp:flag>
</tp:flags>
</interface>
</node>