Method

FwupdSecurityAttrset_appstream_id

Declaration [src]

void
fwupd_security_attr_set_appstream_id (
  FwupdSecurityAttr* self,
  const gchar* appstream_id
)

Description [src]

Sets the AppStream ID.

Available since:1.5.0

Parameters

appstream_id const gchar*
 

The AppStream component ID, e.g. com.intel.BiosGuard

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