Method

FwupdPluginDevicehas_inhibit

Declaration [src]

gboolean
fu_device_has_inhibit (
  FuDevice* self,
  const gchar* inhibit_id
)

Description [src]

Check if the device already has an inhibit with a specific ID.

Available since:1.8.0

Parameters

inhibit_id const gchar*
 

An ID used for inhibiting, e.g. low-power

 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 added.