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 |
Represents an annotated commit object.
Synopsis
- newtype AnnotatedCommit = AnnotatedCommit (ManagedPtr AnnotatedCommit)
- annotatedCommitGetId :: (HasCallStack, MonadIO m) => AnnotatedCommit -> m (Maybe OId)
- annotatedCommitNewFromRef :: (HasCallStack, MonadIO m, IsRepository a, IsRef b) => a -> b -> m AnnotatedCommit
- annotatedCommitRef :: (HasCallStack, MonadIO m) => AnnotatedCommit -> m (Maybe AnnotatedCommit)
- annotatedCommitUnref :: (HasCallStack, MonadIO m) => AnnotatedCommit -> m ()
Exported types
newtype AnnotatedCommit Source #
Memory-managed wrapper type.
AnnotatedCommit (ManagedPtr AnnotatedCommit) |
Instances
Eq AnnotatedCommit Source # | |
Defined in GI.Ggit.Structs.AnnotatedCommit (==) :: AnnotatedCommit -> AnnotatedCommit -> Bool # (/=) :: AnnotatedCommit -> AnnotatedCommit -> Bool # | |
GBoxed AnnotatedCommit Source # | |
Defined in GI.Ggit.Structs.AnnotatedCommit | |
ManagedPtrNewtype AnnotatedCommit Source # | |
Defined in GI.Ggit.Structs.AnnotatedCommit toManagedPtr :: AnnotatedCommit -> ManagedPtr AnnotatedCommit | |
TypedObject AnnotatedCommit Source # | |
Defined in GI.Ggit.Structs.AnnotatedCommit | |
HasParentTypes AnnotatedCommit Source # | |
Defined in GI.Ggit.Structs.AnnotatedCommit | |
IsGValue (Maybe AnnotatedCommit) Source # | Convert |
Defined in GI.Ggit.Structs.AnnotatedCommit gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe AnnotatedCommit -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe AnnotatedCommit) | |
type ParentTypes AnnotatedCommit Source # | |
Defined in GI.Ggit.Structs.AnnotatedCommit |
Methods
Click to display all available methods, including inherited ones
getId
:: (HasCallStack, MonadIO m) | |
=> AnnotatedCommit |
|
-> m (Maybe OId) | Returns: the commit ID that the given |
Gets the commit ID that the given annotatedCommit
refs to.
newFromRef
annotatedCommitNewFromRef Source #
:: (HasCallStack, MonadIO m, IsRepository a, IsRef b) | |
=> a |
|
-> b |
|
-> m AnnotatedCommit | Returns: a |
Create a GgitAnnotatedCommit from the given reference
ref
:: (HasCallStack, MonadIO m) | |
=> AnnotatedCommit |
|
-> m (Maybe AnnotatedCommit) | Returns: a newly allocated |
Atomically increments the reference count of annotatedCommit
by one.
This function is MT-safe and may be called from any thread.
unref
:: (HasCallStack, MonadIO m) | |
=> AnnotatedCommit |
|
-> m () |
Atomically decrements the reference count of annotatedCommit
by one.
If the reference count drops to 0, annotatedCommit
is freed.