Function

FwupdPluginArchivecompression_to_string

since: 1.8.1

Declaration [src]

const gchar*
fu_archive_compression_to_string (
  FuArchiveCompression compression
)

Description [src]

Converts an enumerated compression to a string.

Available since: 1.8.1

Parameters

compression

Type: FuArchiveCompression

A compression, e.g. FU_ARCHIVE_COMPRESSION_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.