Function

FwupdDeviceproblem_to_string

since: 1.8.1

Declaration [src]

const gchar*
fwupd_device_problem_to_string (
  FwupdDeviceProblem device_problem
)

Description [src]

Converts a device inhibit kind to a string.

Available since: 1.8.1

Parameters

device_problem

Type: FwupdDeviceProblem

A device inhibit kind, e.g. FWUPD_DEVICE_PROBLEM_SYSTEM_POWER_TOO_LOW.

Return value

Type: const gchar*

Identifier string.

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