Method

FwupdPluginQuirksadd_possible_key

Declaration [src]

void
fu_quirks_add_possible_key (
  FuQuirks* self,
  const gchar* possible_key
)

Description [src]

Adds a possible quirk key. If added by a plugin it should be namespaced using the plugin name, where possible.

Available since:1.5.8

Parameters

possible_key const gchar*
 

A key name, e.g. Flags

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