Set the value of a configuration option synchronously.
| 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. |
|
true if succeed; false otherwise. See also: get_value. |