Function

FwupdPlugincab_compression_to_string

Declaration [src]

const gchar*
fu_cab_compression_to_string (
  FuCabCompression val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuCabCompression

Value, e.g. FU_CAB_COMPRESSION_MSZIP.

Return value

Type: const gchar*

Identifier string.

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