Method
FwupdPluginContextadd_runtime_version
Declaration [src]
void
fu_context_add_runtime_version (
FuContext* self,
const gchar* component_id,
const gchar* version
)
Parameters
component_id |
const gchar* |
An AppStream component id, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
version |
const gchar* |
A version string, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |