Function

FwupdRequestkind_to_string

since: 1.6.2

Declaration [src]

const gchar*
fwupd_request_kind_to_string (
  FwupdRequestKind kind
)

Description [src]

Converts an enumerated update message kind to a string.

Available since: 1.6.2

Parameters

kind

Type: FwupdRequestKind

A update message kind, e.g. FWUPD_REQUEST_KIND_IMMEDIATE.

Return value

Type: const gchar*

Identifier string.

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