Method

FwupdPluginDeviceregister_private_flag

since: 1.6.2

Declaration [src]

void
fu_device_register_private_flag (
  FuDevice* self,
  guint64 value,
  const gchar* value_str
)

Description [src]

Registers a private device flag so that it can be set from quirk files and printed correctly in debug output.

Available since: 1.6.2

Parameters

value

Type: guint64

An integer value.

value_str

Type: const gchar*

A string that represents value.

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