Function

FwupdRemoteflag_to_string

since: 1.9.4

Declaration [src]

const gchar*
fwupd_remote_flag_to_string (
  FwupdRemoteFlags val
)

Description [src]

Converts an enumerated value to a string.

Available since: 1.9.4

Parameters

val

Type: FwupdRemoteFlags

Value, e.g. FWUPD_REMOTE_FLAG_ENABLED.

Return value

Type: const gchar*

Identifier string.

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