Virtual Method
FwupdPluginBackendload
Declaration [src]
gboolean
load (
FuBackend* self,
JsonObject* json_object,
const gchar* tag,
FuBackendLoadFlags flags,
GError** error
)
Parameters
json_object |
JsonObject |
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 value is a NUL terminated UTF-8 string. | |
flags |
FuBackendLoadFlags |
%FuBackendLoadFlags, typically |
|
error |
GError ** |
The return location for a GError* , or NULL . |