Function

FwupdReleaseurgency_to_string

since: 1.4.0

Declaration [src]

const gchar*
fwupd_release_urgency_to_string (
  FwupdReleaseUrgency val
)

Description [src]

Converts an enumerated value to a string.

Available since: 1.4.0

Parameters

val

Type: FwupdReleaseUrgency

Value, e.g. FWUPD_RELEASE_URGENCY_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.