NetworkManager/introspection/nm-wimax-nsp.xml
Lubomir Rintel a8e8e76641 dbus: fix up the XML formatting
The conversion script didn't do a very good job. It got fired.
2016-04-05 14:37:51 +02:00

37 lines
857 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<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"/>
<!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values.
-->
<signal name="PropertiesChanged">
<arg name="properties" type="a{sv}"/>
</signal>
</interface>
</node>