mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 13:40:10 +01:00
libnm: add ifcfg-rh description for 802-11-wireless.powersave property
so that it is displayed in nm-settings-ifcfg-rh manual page.
This commit is contained in:
parent
0d7012faab
commit
e07efa836f
1 changed files with 8 additions and 0 deletions
|
|
@ -1349,6 +1349,14 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_class)
|
|||
*
|
||||
* Since: 1.2
|
||||
**/
|
||||
/* ---ifcfg-rh---
|
||||
* property: powersave
|
||||
* variable: POWERSAVE(+)
|
||||
* default: no
|
||||
* description: Enables or disables Wi-Fi power saving.
|
||||
* example: POWERSAVE=yes
|
||||
* ---end---
|
||||
*/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_POWERSAVE,
|
||||
g_param_spec_uint (NM_SETTING_WIRELESS_POWERSAVE, "", "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue