| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Bindings.Libgit2.Net
Documentation
type C'git_direction = CUInt #
c'GIT_DIRECTION_FETCH :: Num a => a #
c'GIT_DIRECTION_PUSH :: Num a => a #
data C'git_remote_head #
Constructors
| C'git_remote_head | |
Instances
| Eq C'git_remote_head # | |
Defined in Bindings.Libgit2.Net Methods (==) :: C'git_remote_head -> C'git_remote_head -> Bool # (/=) :: C'git_remote_head -> C'git_remote_head -> Bool # | |
| Show C'git_remote_head # | |
Defined in Bindings.Libgit2.Net Methods showsPrec :: Int -> C'git_remote_head -> ShowS # show :: C'git_remote_head -> String # showList :: [C'git_remote_head] -> ShowS # | |
| Storable C'git_remote_head # | |
Defined in Bindings.Libgit2.Net Methods sizeOf :: C'git_remote_head -> Int # alignment :: C'git_remote_head -> Int # peekElemOff :: Ptr C'git_remote_head -> Int -> IO C'git_remote_head # pokeElemOff :: Ptr C'git_remote_head -> Int -> C'git_remote_head -> IO () # peekByteOff :: Ptr b -> Int -> IO C'git_remote_head # pokeByteOff :: Ptr b -> Int -> C'git_remote_head -> IO () # peek :: Ptr C'git_remote_head -> IO C'git_remote_head # poke :: Ptr C'git_remote_head -> C'git_remote_head -> IO () # | |
type C'git_headlist_cb = FunPtr (Ptr C'git_remote_head -> Ptr () -> IO CInt) #
mk'git_headlist_cb :: (Ptr C'git_remote_head -> Ptr () -> IO CInt) -> IO C'git_headlist_cb #
mK'git_headlist_cb :: C'git_headlist_cb -> Ptr C'git_remote_head -> Ptr () -> IO CInt #