Method
FwupdRemotesave_to_filename
Declaration [src]
gboolean
fwupd_remote_save_to_filename (
FwupdRemote* self,
const gchar* filename,
GCancellable* cancellable,
GError** error
)
Parameters
filename |
const gchar* |
A filename. |
|
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 . |