Function
FwupdPluginArchivecompression_to_string
since: 1.8.1
[−]
Declaration [src]
const gchar*
fu_archive_compression_to_string (
FuArchiveCompression compression
)
[−]
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. |