libnm-util: fix documentation of add(remove)_s390_option()
This commit is contained in:
@@ -367,7 +367,7 @@ nm_setting_wired_get_s390_option_by_key (NMSettingWired *setting,
|
||||
}
|
||||
|
||||
/**
|
||||
* nm_setting_wired_add_s390_options:
|
||||
* nm_setting_wired_add_s390_option:
|
||||
* @setting: the #NMSettingWired
|
||||
* @key: key name for the option
|
||||
* @value: value for the option
|
||||
@@ -380,7 +380,8 @@ nm_setting_wired_get_s390_option_by_key (NMSettingWired *setting,
|
||||
* Returns: %TRUE if the option was valid and was added to the internal option
|
||||
* list, %FALSE if it was not.
|
||||
**/
|
||||
gboolean nm_setting_wired_add_s390_option (NMSettingWired *setting,
|
||||
gboolean
|
||||
nm_setting_wired_add_s390_option (NMSettingWired *setting,
|
||||
const char *key,
|
||||
const char *value)
|
||||
{
|
||||
@@ -402,7 +403,7 @@ gboolean nm_setting_wired_add_s390_option (NMSettingWired *setting,
|
||||
}
|
||||
|
||||
/**
|
||||
* nm_setting_wired_remove_s390_options:
|
||||
* nm_setting_wired_remove_s390_option:
|
||||
* @setting: the #NMSettingWired
|
||||
* @key: key name for the option to remove
|
||||
*
|
||||
|
Reference in New Issue
Block a user