| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Ggit.Structs.DiffBinary
Description
Represents a diff binary.
Synopsis
- newtype DiffBinary = DiffBinary (ManagedPtr DiffBinary)
- noDiffBinary :: Maybe DiffBinary
- diffBinaryGetNewFile :: (HasCallStack, MonadIO m) => DiffBinary -> m (Maybe DiffBinaryFile)
- diffBinaryGetOldFile :: (HasCallStack, MonadIO m) => DiffBinary -> m (Maybe DiffBinaryFile)
- diffBinaryRef :: (HasCallStack, MonadIO m) => DiffBinary -> m (Maybe DiffBinary)
- diffBinaryUnref :: (HasCallStack, MonadIO m) => DiffBinary -> m ()
Exported types
newtype DiffBinary Source #
Memory-managed wrapper type.
Constructors
| DiffBinary (ManagedPtr DiffBinary) |
Instances
| Eq DiffBinary Source # | |
Defined in GI.Ggit.Structs.DiffBinary | |
| IsGValue DiffBinary Source # | Convert |
Defined in GI.Ggit.Structs.DiffBinary | |
| BoxedObject DiffBinary Source # | |
Defined in GI.Ggit.Structs.DiffBinary Methods boxedType :: DiffBinary -> IO GType # | |
noDiffBinary :: Maybe DiffBinary Source #
A convenience alias for Nothing :: Maybe DiffBinary.
Methods
Overloaded methods
getNewFile
Arguments
| :: (HasCallStack, MonadIO m) | |
| => DiffBinary |
|
| -> m (Maybe DiffBinaryFile) | Returns: the contents of the new file or |
Gets the DiffBinaryFile new file for binary.
getOldFile
Arguments
| :: (HasCallStack, MonadIO m) | |
| => DiffBinary |
|
| -> m (Maybe DiffBinaryFile) | Returns: the contents of the old file or |
Gets the DiffBinaryFile old file for binary.
ref
Arguments
| :: (HasCallStack, MonadIO m) | |
| => DiffBinary |
|
| -> m (Maybe DiffBinary) | Returns: a |
Atomically increments the reference count of binary by one.
This function is MT-safe and may be called from any thread.
unref
Arguments
| :: (HasCallStack, MonadIO m) | |
| => DiffBinary |
|
| -> m () |
Atomically decrements the reference count of binary by one.
If the reference count drops to 0, binary is freed.