modify_config_async
Description:
[ Version ( since = "1.5.0" ) ]
public async bool modify_config_async (string key, string value, Cancellable? cancellable) throws Error
public async bool modify_config_async (string key, string value, Cancellable? cancellable) 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 |
callback |
the function to run on completion |
callback_data |
the data to pass to |