| 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.LzmaDecompressor
Contents
Description
No description available in the introspection data.
Synopsis
- newtype LzmaDecompressor = LzmaDecompressor (ManagedPtr LzmaDecompressor)
Exported types
newtype LzmaDecompressor Source #
Memory-managed wrapper type.
Constructors
| LzmaDecompressor (ManagedPtr LzmaDecompressor) |
Instances
| Eq LzmaDecompressor Source # | |
Defined in GI.OSTree.Structs.LzmaDecompressor Methods (==) :: LzmaDecompressor -> LzmaDecompressor -> Bool # (/=) :: LzmaDecompressor -> LzmaDecompressor -> Bool # | |
| BoxedPtr LzmaDecompressor Source # | |
Defined in GI.OSTree.Structs.LzmaDecompressor Methods boxedPtrCopy :: LzmaDecompressor -> IO LzmaDecompressor # boxedPtrFree :: LzmaDecompressor -> IO () # | |
| ManagedPtrNewtype LzmaDecompressor Source # | |
Defined in GI.OSTree.Structs.LzmaDecompressor Methods toManagedPtr :: LzmaDecompressor -> ManagedPtr LzmaDecompressor # | |