modify_config
Description:
[ Version ( since = "1.2.8" ) ]
public bool modify_config (string key, string value, Cancellable? cancellable = null) throws Error
public bool modify_config (string key, string value, Cancellable? cancellable = null) throws Error
Modifies a daemon config option.
The daemon will only respond to this request with proper permissions
Parameters:
| this |
A Client |
| key |
key, e.g. `DisabledPlugins` |
| value |
value, e.g. `*` |
| cancellable |
the Cancellable, or null |
Returns:
|
true for success |