| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.OSTree.Structs.LzmaCompressor
Contents
Description
Zlib decompression
Synopsis
- newtype LzmaCompressor = LzmaCompressor (ManagedPtr LzmaCompressor)
Exported types
newtype LzmaCompressor Source #
Memory-managed wrapper type.
Constructors
| LzmaCompressor (ManagedPtr LzmaCompressor) |
Instances
| Eq LzmaCompressor Source # | |
Defined in GI.OSTree.Structs.LzmaCompressor Methods (==) :: LzmaCompressor -> LzmaCompressor -> Bool # (/=) :: LzmaCompressor -> LzmaCompressor -> Bool # | |
| BoxedPtr LzmaCompressor Source # | |
Defined in GI.OSTree.Structs.LzmaCompressor Methods boxedPtrCopy :: LzmaCompressor -> IO LzmaCompressor # boxedPtrFree :: LzmaCompressor -> IO () # | |
| ManagedPtrNewtype LzmaCompressor Source # | |
Defined in GI.OSTree.Structs.LzmaCompressor Methods toManagedPtr :: LzmaCompressor -> ManagedPtr LzmaCompressor # | |