summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-07-12 09:15:50 +0200
committerThomas Haller <thaller@redhat.com>2021-07-12 09:39:55 +0200
commitc2e46b7786442cc5ce577d5f60588369625f300e (patch)
treeeb57edfbf430f931bfa397ebebe5bf3c59872d77
parent34b499f1eff81235bafaeab598724aa8222f47d4 (diff)
downloadNetworkManager-c2e46b7786442cc5ce577d5f60588369625f300e.tar.gz
libnm: fix documentation for nm_device_wifi_get_last_scan()
-rw-r--r--src/libnm-client-impl/nm-device-wifi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-client-impl/nm-device-wifi.c b/src/libnm-client-impl/nm-device-wifi.c
index fee7e8a2d8..cfbbea2341 100644
--- a/src/libnm-client-impl/nm-device-wifi.c
+++ b/src/libnm-client-impl/nm-device-wifi.c
@@ -242,7 +242,7 @@ nm_device_wifi_get_access_point_by_path(NMDeviceWifi *device, const char *path)
* Use nm_utils_get_timestamp_msec() to obtain current time value suitable for
* comparing to this value.
*
- * Returns: the last scan time in seconds
+ * Returns: the last scan time in milliseconds (in clock_gettime(CLOCK_BOOTTIME) scale).
*
* Since: 1.12
**/