Function

FwupdRequestkind_to_string

since: 1.6.2

Declaration [src]

const gchar*
fwupd_request_kind_to_string (
  FwupdRequestKind val
)

Description [src]

Converts an enumerated value to a string.

Available since: 1.6.2

Parameters

val

Type: FwupdRequestKind

Value, e.g. FWUPD_REQUEST_KIND_POST.

Return value

Type: const gchar*

Identifier string.

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