Method

FwupdPluginPluginremove_private_flag

since: 2.1.5

Declaration [src]

void
fu_plugin_remove_private_flag (
  FuPlugin* self,
  const gchar* flag
)

Description [src]

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

Available since: 2.1.5

Parameters

flag

Type: const gchar*

A plugin flag.

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