[ Version ( since = "0.9.8" ) ]
public bool modify_remote (string remote_id, string key, string value, Cancellable? cancellable = null) throws Error
Modifies a system remote in a specific way.
NOTE: User authentication may be required to complete this action.
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 |
the Cancellable, or null |
true for success |