Method

FwupdPluginPluginhas_private_flag

since: 2.1.5

Declaration [src]

gboolean
fu_plugin_has_private_flag (
  FuPlugin* self,
  const gchar* flag
)

Description [src]

Tests for 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.

Return value

Type: gboolean

TRUE if flag is set.