Method

FwupdPluginDevicehas_backend_tag

since: 1.8.5

Declaration [src]

gboolean
fu_device_has_backend_tag (
  FuDevice* self,
  const gchar* backend_tag
)

Description [src]

Finds if the backend tag already exists.

Available since: 1.8.5

Parameters

backend_tag

Type: const gchar*

A tag, for example bootloader or runtime-reload

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

Return value

Type: gboolean

TRUE if the backend tag exists.