diff options
| author | Iain Lane <iain@orangesquash.org.uk> | 2018-09-24 09:29:55 +0100 |
|---|---|---|
| committer | Iain Lane <iain@orangesquash.org.uk> | 2018-09-24 09:29:55 +0100 |
| commit | e152ec7bf4ba252ff9d3eb13eabd417b931dac9a (patch) | |
| tree | c323cf856ee0bb8e44590670dd54c19653a55748 /introspection/org.freedesktop.NetworkManager.Device.Wireless.xml | |
| parent | ee9c73a923909e23a649407be77e25235d769e25 (diff) | |
Import Upstream version 1.12.2
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.Wireless.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Device.Wireless.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml index bff89120..13038545 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml @@ -97,6 +97,16 @@ <property name="WirelessCapabilities" type="u" access="read"/> <!-- + LastScan: + + The timestamp (in CLOCK_BOOTTIME milliseconds) for the last finished network scan. + A value of -1 means the device never scanned for access points. + + Since: 1.12 + --> + <property name="LastScan" type="x" access="read"/> + + <!-- PropertiesChanged: @properties: A dictionary containing the changed parameters. |