[ Version ( since = "1.5.0" ) ]
public async bool modify_remote_async (string remote_id, string key, string value, Cancellable? cancellable) throws Error
Modifies a system remote in a specific way.
| this |
a Client |
| remote_id |
the remote ID, e.g. `lvfs-testing` |
| key |
the key, e.g. `Enabled` |
| value |
the key, e.g. `true` |
| cancellable |
optional Cancellable |
| callback |
the function to run on completion |
| callback_data |
the data to pass to |