Function

Fwupdstatus_to_string

since: 0.1.1

Declaration [src]

const gchar*
fwupd_status_to_string (
  FwupdStatus val
)

Description [src]

Converts an enumerated value to a string.

Available since: 0.1.1

Parameters

val

Type: FwupdStatus

Value, e.g. FWUPD_STATUS_IDLE.

Return value

Type: const gchar*

Identifier string.

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