Function

FwupdRemotekind_to_string

since: 0.9.6

Declaration [src]

const gchar*
fwupd_remote_kind_to_string (
  FwupdRemoteKind val
)

Description [src]

Converts an enumerated value to a string.

Available since: 0.9.6

Parameters

val

Type: FwupdRemoteKind

Value, e.g. FWUPD_REMOTE_KIND_DOWNLOAD.

Return value

Type: const gchar*

Identifier string.

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