Function

FwupdPluginArchivecompression_to_string

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 FuArchiveCompression
 

A compression, e.g. FU_ARCHIVE_COMPRESSION_ZIP.

Return value

Returns: const gchar*
 

Identifier string.

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