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 #
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 #