Method

FwupdPluginContextget_runtime_version

Declaration [src]

const gchar*
fu_context_get_runtime_version (
  FuContext* self,
  const gchar* component_id
)

Description [src]

Sets a runtime version of a specific dependency.

Available since:1.9.10

Parameters

component_id const gchar*
 

An AppStream component id, e.g. org.gnome.Software

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: utf8
 

A version string, e.g. 1.2.3, or NULL.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.