Method
FwupdClientclean_remote
Declaration [src]
gboolean
fwupd_client_clean_remote (
FwupdClient* self,
const gchar* remote_id,
GCancellable* cancellable,
GError** error
)
Description [src]
Cleans a system remote, deleting metadata as required.
NOTE: User authentication may be required to complete this action.
| Available since: | 2.0.17 |
Parameters
remote_id |
const gchar* |
The remote ID, e.g. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
cancellable |
GCancellable |
Optional |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |