Method

FwupdPluginDeviceset_custom_flags

since: 1.1.0

Declaration [src]

void
fu_device_set_custom_flags (
  FuDevice* self,
  const gchar* custom_flags
)

Description [src]

Sets the custom flags from the quirk system that can be used to affect device matching. The actual string format is defined by the plugin.

Available since: 1.1.0

Parameters

custom_flags

Type: const gchar*

A string.

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