os
Description:
The OS code of the gzip header.
This will be used if set to a non-negative value, and if [property@Gio.ZlibCompressor:format] is [enum@Gio.ZlibCompressorFormat.GZIP], the compressor will set the OS code of the gzip header to this value.
If the value is unset, zlib will set the OS code depending on the platform. This may be undesirable when reproducible output is desired. In that case setting the OS code to `3` (for Unix) is recommended.