set_value
Description:
public bool set_value (
string section,
string name,
Variant value)
Set the value of a configuration option synchronously.
Parameters:
this |
An Config
|
section |
Section name of the configuration option.
|
name |
Name of the configure option its self.
|
value |
A Variant that holds the value. If the value is floating, the function takes
ownership of it.
|
Returns: