Method
FwupdClientmodify_remote_async
Declaration [src]
void
fwupd_client_modify_remote_async (
FwupdClient* self,
const gchar* remote_id,
const gchar* key,
const gchar* value,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer callback_data
)
Parameters
remote_id |
const gchar* |
The remote ID, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
key |
const gchar* |
The key, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
value |
const gchar* |
The key, e.g. |
|
The data is owned by the caller of the function. | |
The string 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. | |
callback |
GAsyncReadyCallback |
The function to run on completion. |
|
callback_data |
gpointer |
The data to pass to |