Method
FwupdPluginContextadd_compile_version
since: 1.6.0
Declaration [src]
void
fu_context_add_compile_version (
FuContext* self,
const gchar* component_id,
const gchar* version
)
Parameters
component_id
-
Type:
const gchar*
An AppStream component id, e.g.
org.gnome.Software
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. version
-
Type:
const gchar*
A version string, e.g.
1.2.3
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.