Method

FwupdPluginDeviceremove_private_flag

Declaration [src]

void
fu_device_remove_private_flag (
  FuDevice* self,
  const gchar* flag
)

Description [src]

Removes a private flag that can be used by the plugin for any purpose.

Available since:1.6.2

Parameters

flag const gchar*
 

A device flag.

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