Skip to content
  • Christian Persch's avatar
    Add GZIP header processing to GZlibCompressor/GZlibDecompressor · cae86073
    Christian Persch authored
    Add GZlibCompressor:file-info property. If it contains a non-NULL
    GFileInfo, and the compressor is in GZIP mode, the filename and
    modification time from the file info are written to the GZIP header
    in the output data.
    
    Add GZlibDeompressor:file-info property. If the decompressor is in GZIP
    mode, and the GZIP data contains a GZIP header, the filename and
    modification time are read from it, stored in a GFileInfo, and the
    file-info property is notified.
    
    Bug #617691.
    cae86073