[ Version ( deprecated = true , deprecated_since = "1.4" ) ]
public void set_value (string key, Value? value)
Warning: set_value is deprecated since 1.4.
Sets the value of the configuration setting key to the value value.
Use set_variant instead.
If value is null, then the setting is unset.
| this |
the AccountService. |
| key |
the name of the setting to change. |
| value |
a Value holding the new setting's value. |