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:
@@ -1349,6 +1349,14 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_class)
|
|||||||
*
|
*
|
||||||
* Since: 1.2
|
* 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
|
g_object_class_install_property
|
||||||
(object_class, PROP_POWERSAVE,
|
(object_class, PROP_POWERSAVE,
|
||||||
g_param_spec_uint (NM_SETTING_WIRELESS_POWERSAVE, "", "",
|
g_param_spec_uint (NM_SETTING_WIRELESS_POWERSAVE, "", "",
|
||||||
|
Reference in New Issue
Block a user