Function
FwupdRequestkind_to_string
since: 1.6.2
[−]
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. |