summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-06-15 13:57:30 +0200
committerThomas Haller <thaller@redhat.com>2018-06-15 16:23:30 +0200
commit47c3dd0873ea60131e7693cc13817f4b07d35b12 (patch)
tree8a41f61869af658b60c09b25f2b8eeee5f0950e5 /introspection
parentbce441c1ccdcf8412093b97b849be26b40da1dfe (diff)
wifi: expose LastScan as milliseconds not seconds
This doesn't wrap around in 68 years of uptime and is consistent with o.fd.NM.Checkpoint.Created.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Wireless.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
index af6e8c7ff..130385455 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
@@ -99,12 +99,12 @@
<!--
LastScan:
- The timestamp (in CLOCK_BOOTTIME seconds) for the last finished network scan.
+ 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="i" access="read"/>
+ <property name="LastScan" type="x" access="read"/>
<!--
PropertiesChanged: