libnm: fix documentation for nm_device_wifi_get_last_scan()

This commit is contained in:
Thomas Haller 2021-07-12 09:15:50 +02:00
parent 34b499f1ef
commit c2e46b7786
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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
**/