mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-15 17:08:06 +02:00
trivial: make clear the maximum bitrate is in kbit/s
This commit is contained in:
parent
1bf2ffb61e
commit
759236681c
3 changed files with 7 additions and 7 deletions
|
|
@ -236,9 +236,9 @@ nm_access_point_get_mode (NMAccessPoint *ap)
|
|||
* nm_access_point_get_max_bitrate:
|
||||
* @ap: a #NMAccessPoint
|
||||
*
|
||||
* Gets the maximum bit rate of the access point.
|
||||
* Gets the maximum bit rate of the access point in kbit/s.
|
||||
*
|
||||
* Returns: the maximum bit rate
|
||||
* Returns: the maximum bit rate (kbit/s)
|
||||
**/
|
||||
guint32
|
||||
nm_access_point_get_max_bitrate (NMAccessPoint *ap)
|
||||
|
|
@ -660,7 +660,7 @@ nm_access_point_class_init (NMAccessPointClass *ap_class)
|
|||
/**
|
||||
* NMAccessPoint:max-bitrate:
|
||||
*
|
||||
* The maximum bit rate of the access point.
|
||||
* The maximum bit rate of the access point in kbit/s.
|
||||
**/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_MAX_BITRATE,
|
||||
|
|
|
|||
|
|
@ -185,9 +185,9 @@ nm_device_wifi_get_mode (NMDeviceWifi *device)
|
|||
* nm_device_wifi_get_bitrate:
|
||||
* @device: a #NMDeviceWifi
|
||||
*
|
||||
* Gets the bit rate of the #NMDeviceWifi.
|
||||
* Gets the bit rate of the #NMDeviceWifi in kbit/s.
|
||||
*
|
||||
* Returns: the bit rate
|
||||
* Returns: the bit rate (kbit/s)
|
||||
**/
|
||||
guint32
|
||||
nm_device_wifi_get_bitrate (NMDeviceWifi *device)
|
||||
|
|
@ -758,7 +758,7 @@ nm_device_wifi_class_init (NMDeviceWifiClass *wifi_class)
|
|||
/**
|
||||
* NMDeviceWifi:bitrate:
|
||||
*
|
||||
* The bit rate of the device.
|
||||
* The bit rate of the device in kbit/s.
|
||||
**/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_BITRATE,
|
||||
|
|
|
|||
|
|
@ -1023,7 +1023,7 @@ nm_ap_set_freq (NMAccessPoint *ap,
|
|||
|
||||
|
||||
/*
|
||||
* Get/set functions for max bitrate
|
||||
* Get/set functions for max bitrate (in kbit/s)
|
||||
*
|
||||
*/
|
||||
guint32 nm_ap_get_max_bitrate (NMAccessPoint *ap)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue