Method

FwupdPluginDevicehas_backend_tag

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 const gchar*
 

A tag, for example bootloader or runtime-reload

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

Return value

Returns: gboolean
 

TRUE if the backend tag exists.