Virtual Method
FwupdPluginBackendsave
Declaration [src]
gboolean
save (
FuBackend* self,
JsonBuilder* json_builder,
const gchar* tag,
FuBackendSaveFlags flags,
GError** error
)
Parameters
json_builder |
JsonBuilder* |
A |
|
The data is owned by the caller of the function. | |
tag |
const gchar* |
A string backend tag, or |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
flags |
FuBackendSaveFlags |
%FuBackendSaveFlags, typically |
|
error |
GError ** |
The return location for a GError* , or NULL . |