Function

Fwupdupdate_state_to_string

since: 0.7.0

Declaration [src]

const gchar*
fwupd_update_state_to_string (
  FwupdUpdateState val
)

Description [src]

Converts an enumerated value to a string.

Available since: 0.7.0

Parameters

val

Type: FwupdUpdateState

Value, e.g. FWUPD_UPDATE_STATE_PENDING.

Return value

Type: const gchar*

Identifier string.

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