Function

FwupdPluginArchiveformat_to_string

since: 1.8.1

Declaration [src]

const gchar*
fu_archive_format_to_string (
  FuArchiveFormat format
)

Description [src]

Converts an enumerated format to a string.

Available since: 1.8.1

Parameters

format

Type: FuArchiveFormat

A format, e.g. FU_ARCHIVE_FORMAT_ZIP.

Return value

Type: const gchar*

Identifier string.

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