Function

FwupdPluginArchivecompression_to_string

Declaration [src]

const gchar*
fu_archive_compression_to_string (
  FuArchiveCompression val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuArchiveCompression

Value, e.g. FU_ARCHIVE_COMPRESSION_NONE.

Return value

Type: const gchar*

Identifier string.

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