Function

FwupdPluginArchiveformat_to_string

Declaration [src]

const gchar*
fu_archive_format_to_string (
  FuArchiveFormat val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuArchiveFormat

Value, e.g. FU_ARCHIVE_FORMAT_CPIO.

Return value

Type: const gchar*

Identifier string.

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