Top | ![]() |
![]() |
![]() |
![]() |
Modulemd Compression HelpersModulemd Compression Helpers — Utility functions for working with compressed files. |
ModulemdCompressionTypeEnum
modulemd_compression_type (const gchar *name
);
name |
The name of the compression type. Valid options are: "gz", "gzip", "bz2", "bzip2", "xz", "zck", and "zstd". |
[in] |
The ModulemdCompressionTypeEnum value corresponding to the provided string if available or MODULEMD_COMPRESSION_TYPE_UNKNOWN_COMPRESSION if the string does not match a known type.
Since: 2.8
Zstandard compression; since 2.15 |
||
Autodetection failure |
||
Unknown compression |
||
No compression |
||
gzip compression |
||
bzip2 compression |
||
LZMA compression |
||
zchunk compression |
||
Enum list terminator |
Since: 2.8