NetworkManager/introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml
Lubomir Rintel 2df493c00d introspection: fix punctuation and capitalization
Sentences start with a capital letter and end with a period, even if
they are really really short.
2022-03-22 14:48:45 +01:00

36 lines
866 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<!--
org.freedesktop.NetworkManager.WiMax.Nsp:
@short_description: WiMax Network Service Provider.
DEPRECATED: NetworkManager no longer supports WiMAX since version 1.2. This interface is no longer used.
-->
<interface name="org.freedesktop.NetworkManager.WiMax.Nsp">
<!--
Name:
The name of the NSP.
-->
<property name="Name" type="s" access="read"/>
<!--
SignalQuality:
The current signal quality of the NSP, in percent.
-->
<property name="SignalQuality" type="u" access="read"/>
<!--
NetworkType:
The network type of the NSP.
Returns: <link linkend="NMWimaxNspNetworkType">NMWimaxNspNetworkType</link>
-->
<property name="NetworkType" type="u" access="read"/>
</interface>
</node>