Method

FwupdPluginContextadd_runtime_version

since: 1.6.0

Declaration [src]

void
fu_context_add_runtime_version (
  FuContext* self,
  const gchar* component_id,
  const gchar* version
)

Description [src]

Sets a runtime version of a specific dependency.

Available since: 1.6.0

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.