Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Bindings.Libgit2.Types
Documentation
type C'git_off_t = CLong Source #
type C'git_time_t = CLong Source #
type C'git_otype = CInt Source #
c'GIT_OBJ_ANY :: Num a => a Source #
c'GIT_OBJ_BAD :: Num a => a Source #
c'GIT_OBJ__EXT1 :: Num a => a Source #
c'GIT_OBJ_COMMIT :: Num a => a Source #
c'GIT_OBJ_TREE :: Num a => a Source #
c'GIT_OBJ_BLOB :: Num a => a Source #
c'GIT_OBJ_TAG :: Num a => a Source #
c'GIT_OBJ__EXT2 :: Num a => a Source #
c'GIT_OBJ_OFS_DELTA :: Num a => a Source #
c'GIT_OBJ_REF_DELTA :: Num a => a Source #
data C'git_odb_object Source #
Constructors
C'git_odb_object |
data C'git_refdb Source #
Constructors
C'git_refdb |
data C'git_repository Source #
Constructors
C'git_repository |
data C'git_object Source #
Constructors
C'git_object |
data C'git_revwalk Source #
Constructors
C'git_revwalk |
data C'git_blob Source #
Constructors
C'git_blob |
data C'git_commit Source #
Constructors
C'git_commit |
data C'git_tree_entry Source #
Constructors
C'git_tree_entry |
data C'git_tree Source #
Constructors
C'git_tree |
data C'git_treebuilder Source #
Constructors
C'git_treebuilder |
data C'git_index Source #
Constructors
C'git_index |
data C'git_config Source #
Constructors
C'git_config |
data C'git_reflog_entry Source #
Constructors
C'git_reflog_entry |
data C'git_reflog Source #
Constructors
C'git_reflog |
data C'git_note Source #
Constructors
C'git_note |
data C'git_packbuilder Source #
Constructors
C'git_packbuilder |
data C'git_time Source #
Constructors
C'git_time | |
Fields |
Instances
Storable C'git_time Source # | |
Defined in Bindings.Libgit2.Types Methods sizeOf :: C'git_time -> Int # alignment :: C'git_time -> Int # peekElemOff :: Ptr C'git_time -> Int -> IO C'git_time # pokeElemOff :: Ptr C'git_time -> Int -> C'git_time -> IO () # peekByteOff :: Ptr b -> Int -> IO C'git_time # pokeByteOff :: Ptr b -> Int -> C'git_time -> IO () # peek :: Ptr C'git_time -> IO C'git_time # poke :: Ptr C'git_time -> C'git_time -> IO () # | |
Show C'git_time Source # | |
Defined in Bindings.Libgit2.Types Methods showsPrec :: Int -> C'git_time -> ShowS # show :: C'git_time -> String # showList :: [C'git_time] -> ShowS # | |
Eq C'git_time Source # | |
Defined in Bindings.Libgit2.Types |
p'git_time'time :: Ptr C'git_time -> Ptr CLong Source #
p'git_time'offset :: Ptr C'git_time -> Ptr CInt Source #
data C'git_signature Source #
Constructors
C'git_signature | |
Instances
Storable C'git_signature Source # | |
Defined in Bindings.Libgit2.Types Methods sizeOf :: C'git_signature -> Int # alignment :: C'git_signature -> Int # peekElemOff :: Ptr C'git_signature -> Int -> IO C'git_signature # pokeElemOff :: Ptr C'git_signature -> Int -> C'git_signature -> IO () # peekByteOff :: Ptr b -> Int -> IO C'git_signature # pokeByteOff :: Ptr b -> Int -> C'git_signature -> IO () # peek :: Ptr C'git_signature -> IO C'git_signature # poke :: Ptr C'git_signature -> C'git_signature -> IO () # | |
Show C'git_signature Source # | |
Defined in Bindings.Libgit2.Types Methods showsPrec :: Int -> C'git_signature -> ShowS # show :: C'git_signature -> String # showList :: [C'git_signature] -> ShowS # | |
Eq C'git_signature Source # | |
Defined in Bindings.Libgit2.Types Methods (==) :: C'git_signature -> C'git_signature -> Bool # (/=) :: C'git_signature -> C'git_signature -> Bool # |
data C'git_reference Source #
Constructors
C'git_reference |
type C'git_ref_t = CUInt Source #
c'GIT_REF_INVALID :: Num a => a Source #
c'GIT_REF_OID :: Num a => a Source #
c'GIT_REF_SYMBOLIC :: Num a => a Source #
c'GIT_REF_LISTALL :: Num a => a Source #
type C'git_branch_t = CUInt Source #
c'GIT_BRANCH_LOCAL :: Num a => a Source #
c'GIT_BRANCH_REMOTE :: Num a => a Source #
type C'git_filemode_t = CUInt Source #
c'GIT_FILEMODE_NEW :: Num a => a Source #
c'GIT_FILEMODE_TREE :: Num a => a Source #
c'GIT_FILEMODE_BLOB :: Num a => a Source #
c'GIT_FILEMODE_BLOB_EXECUTABLE :: Num a => a Source #
c'GIT_FILEMODE_LINK :: Num a => a Source #
c'GIT_FILEMODE_COMMIT :: Num a => a Source #
data C'git_refspec Source #
Constructors
C'git_refspec |
data C'git_remote Source #
Constructors
C'git_remote |
data C'git_push Source #
Constructors
C'git_push |