add_option
Description:
Add an option to the table.
Adding a new name replaces any existing name/value pair that may already exist.
Parameters:
this |
the SettingBond |
name |
name for the option |
value |
value for the option |
Returns:
returns false if either Note: Before 1.30, libnm would perform basic validation of the name and the value via validate_option and reject the request by returning FALSE. Since 1.30, libnm no longer rejects any values as the setter is not supposed to perform validation. |