set_variant
Description:
Sets the value of the configuration setting key
to the value value
.
If value
has a floating reference, the account
will take ownership of it. If value
is
null, then the setting is unset.
Parameters:
this |
the AccountService. |
key |
the name of the setting to change. |
value |
a Variant holding the new setting's value. |