add_s390_option
Description:
Add an option to the table.
If the key already exists, the value gets replaced.
Before 1.32, the function would assert that the key is valid. Since then, an invalid key gets silently added but renders the profile as invalid.
Parameters:
this |
the SettingWired |
key |
key name for the option |
value |
value for the option |
Returns:
since 1.32 this always returns true. |