diff options
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml b/introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml new file mode 100644 index 00000000..a7669279 --- /dev/null +++ b/introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml @@ -0,0 +1,38 @@ +<?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. + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + --> + <signal name="PropertiesChanged"> + <arg name="properties" type="a{sv}"/> + </signal> + </interface> +</node> |